Uses of Interface
org.optaplanner.test.api.score.stream.MultiConstraintAssertion
-
Packages that use MultiConstraintAssertion Package Description org.optaplanner.test.api.score.stream org.optaplanner.test.impl.score.stream -
-
Uses of MultiConstraintAssertion in org.optaplanner.test.api.score.stream
Methods in org.optaplanner.test.api.score.stream that return MultiConstraintAssertion Modifier and Type Method Description MultiConstraintAssertion
MultiConstraintVerification. given(Object... facts)
As defined bySingleConstraintVerification.given(Object...)
.MultiConstraintAssertion
MultiConstraintVerification. givenSolution(Solution_ solution)
As defined bySingleConstraintVerification.givenSolution(Object)
. -
Uses of MultiConstraintAssertion in org.optaplanner.test.impl.score.stream
Classes in org.optaplanner.test.impl.score.stream that implement MultiConstraintAssertion Modifier and Type Class Description class
DefaultMultiConstraintAssertion<Solution_,Score_ extends Score<Score_>>
-