T
- Type of the values comparedSerializable
, IArgumentMatcher
public class GreaterThan<T extends Comparable<T>> extends CompareTo<T>
Constructor | Description |
---|---|
GreaterThan(Comparable<T> value) |
Modifier and Type | Method | Description |
---|---|---|
protected String |
getName() |
|
protected boolean |
matchResult(int result) |
public GreaterThan(Comparable<T> value)
protected String getName()
getName
in class CompareTo<T extends Comparable<T>>
protected boolean matchResult(int result)
matchResult
in class CompareTo<T extends Comparable<T>>
Copyright © 2001–2018 EasyMock contributors. All rights reserved.