Class DefaultMultiConstraintVerification<Solution_,Score_ extends Score<Score_>> 
java.lang.Object
org.optaplanner.test.impl.score.stream.DefaultMultiConstraintVerification<Solution_,Score_> 
- All Implemented Interfaces:
- MultiConstraintVerification<Solution_>
public final class DefaultMultiConstraintVerification<Solution_,Score_ extends Score<Score_>> 
extends Object
implements MultiConstraintVerification<Solution_>
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidassertCorrectArguments(Object... facts) As defined bySingleConstraintVerification.given(Object...).givenSolution(Solution_ solution) As defined bySingleConstraintVerification.givenSolution(Object).
- 
Field Details- 
LOGGERprotected final org.slf4j.Logger LOGGER
- 
scoreDirectorFactory
- 
sessionBasedAssertionBuilder
 
- 
- 
Method Details- 
givenDescription copied from interface:MultiConstraintVerificationAs defined bySingleConstraintVerification.given(Object...).- Specified by:
- givenin interface- MultiConstraintVerification<Solution_>
- Parameters:
- facts- never null, at least one
- Returns:
- never null
 
- 
givenSolutionDescription copied from interface:MultiConstraintVerificationAs defined bySingleConstraintVerification.givenSolution(Object).- Specified by:
- givenSolutionin interface- MultiConstraintVerification<Solution_>
- Parameters:
- solution- never null
- Returns:
- never null
 
- 
assertCorrectArguments
 
-