Interface MultiConstraintVerification<Solution_>
- 
- All Known Implementing Classes:
 DefaultMultiConstraintVerification
public interface MultiConstraintVerification<Solution_> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiConstraintAssertiongiven(Object... facts)As defined bySingleConstraintVerification.given(Object...).MultiConstraintAssertiongivenSolution(Solution_ solution)As defined bySingleConstraintVerification.givenSolution(Object). 
 - 
 
- 
- 
Method Detail
- 
given
MultiConstraintAssertion given(Object... facts)
As defined bySingleConstraintVerification.given(Object...).- Parameters:
 facts- never null, at least one- Returns:
 - never null
 
 
- 
givenSolution
MultiConstraintAssertion givenSolution(Solution_ solution)
As defined bySingleConstraintVerification.givenSolution(Object).- Parameters:
 solution- never null- Returns:
 - never null
 
 
 - 
 
 -