Interface IContextTester
-
- All Known Implementing Classes:
AbstractContextTester
public interface IContextTester
A tester to evaluate whether a given context matches certain criteria.- Since:
- 4.3
-
-
Field Summary
Fields Modifier and Type Field Description static String
CTX_COMPARISON
Key used to store the comparison object in the context.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
apply(Map<Object,Object> context)
Returns the result of applying this tester to the givencontext
.
-
-
-
Field Detail
-
CTX_COMPARISON
static final String CTX_COMPARISON
Key used to store the comparison object in the context.- See Also:
- Constant Field Values
-
-