Interface MultiConstraintVerification<Solution_>
- 
- All Known Implementing Classes:
- DefaultMultiConstraintVerification
 
 public interface MultiConstraintVerification<Solution_>
- 
- 
Method SummaryAll 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- 
givenMultiConstraintAssertion given(Object... facts) As defined bySingleConstraintVerification.given(Object...).- Parameters:
- facts- never null, at least one
- Returns:
- never null
 
 - 
givenSolutionMultiConstraintAssertion givenSolution(Solution_ solution) As defined bySingleConstraintVerification.givenSolution(Object).- Parameters:
- solution- never null
- Returns:
- never null
 
 
- 
 
-