Interface MultiConstraintAssertion
- All Known Implementing Classes:
- DefaultMultiConstraintAssertion
public interface MultiConstraintAssertion
- 
Method SummaryModifier and TypeMethodDescriptiondefault voidAsserts that theConstraintProviderunder test, given a set of facts, results in a specificScore.voidAs defined byscores(Score).
- 
Method Details- 
scoresAsserts that theConstraintProviderunder test, given a set of facts, results in a specificScore.- Parameters:
- score- total score calculated for the given set of facts
- Throws:
- AssertionError- when the expected score does not match the calculated score
 
- 
scoresAs defined byscores(Score).- Parameters:
- score- total score calculated for the given set of facts
- message- sometimes null, description of the scenario being asserted
- Throws:
- AssertionError- when the expected score does not match the calculated score
 
 
-