Class DefaultSingleConstraintVerification<Solution_,Score_ extends Score<Score_>>
java.lang.Object
org.optaplanner.test.impl.score.stream.DefaultSingleConstraintVerification<Solution_,Score_>
- All Implemented Interfaces:
SingleConstraintVerification<Solution_>
public final class DefaultSingleConstraintVerification<Solution_,Score_ extends Score<Score_>>
extends Object
implements SingleConstraintVerification<Solution_>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected voidassertCorrectArguments(Object... facts) givenSolution(Solution_ solution)
-
Field Details
-
LOGGER
protected final org.slf4j.Logger LOGGER -
scoreDirectorFactory
-
sessionBasedAssertionBuilder
-
-
Method Details
-
given
- Specified by:
givenin interfaceSingleConstraintVerification<Solution_>- Parameters:
facts- never null, at least one- Returns:
- never null
-
givenSolution
- Specified by:
givenSolutionin interfaceSingleConstraintVerification<Solution_>- Parameters:
solution- never null- Returns:
- never null
-
assertCorrectArguments
-