public static class ReadObjectNQTestCase.MyPredicate extends Predicate<SimpleObject>
| Modifier and Type | Field and Description |
|---|---|
SimpleObject |
expected |
PREDICATEMETHOD_NAME| Constructor and Description |
|---|
ReadObjectNQTestCase.MyPredicate(SimpleObject o) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(SimpleObject candidate) |
appliesTo, extentType, getFilterMethodpublic SimpleObject expected
public ReadObjectNQTestCase.MyPredicate(SimpleObject o)
public boolean match(SimpleObject candidate)
match in class Predicate<SimpleObject>