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 MultiConstraintAssertion
given(Object... facts)
As defined bySingleConstraintVerification.given(Object...)
.MultiConstraintAssertion
givenSolution(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
-
-