Interface ResultDecision
-
- All Known Implementing Classes:
PredicateBasedResultDecision
public interface ResultDecision
-
-
Field Summary
Fields Modifier and Type Field Description static ResultDecisionALWAYS_EXPECTEDstatic ResultDecisionALWAYS_FAILURE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisConsideredExpected(Object obj)
-
-
-
Field Detail
-
ALWAYS_EXPECTED
static final ResultDecision ALWAYS_EXPECTED
-
ALWAYS_FAILURE
static final ResultDecision ALWAYS_FAILURE
-
-
Method Detail
-
isConsideredExpected
boolean isConsideredExpected(Object obj)
-
-