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 SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidassertCorrectArguments(Object... facts) givenSolution(Solution_ solution) 
- 
Field Details- 
LOGGERprotected final org.slf4j.Logger LOGGER
- 
scoreDirectorFactory
- 
sessionBasedAssertionBuilder
 
- 
- 
Method Details- 
given- Specified by:
- givenin interface- SingleConstraintVerification<Solution_>
- Parameters:
- facts- never null, at least one
- Returns:
- never null
 
- 
givenSolution- Specified by:
- givenSolutionin interface- SingleConstraintVerification<Solution_>
- Parameters:
- solution- never null
- Returns:
- never null
 
- 
assertCorrectArguments
 
-