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 Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidassertCorrectArguments(Object... facts) As defined bySingleConstraintVerification.given(Object...).givenSolution(Solution_ solution) As defined bySingleConstraintVerification.givenSolution(Object). 
- 
Field Details
- 
LOGGER
protected final org.slf4j.Logger LOGGER - 
scoreDirectorFactory
 - 
sessionBasedAssertionBuilder
 
 - 
 - 
Method Details
- 
given
Description copied from interface:MultiConstraintVerificationAs defined bySingleConstraintVerification.given(Object...).- Specified by:
 givenin interfaceMultiConstraintVerification<Solution_>- Parameters:
 facts- never null, at least one- Returns:
 - never null
 
 - 
givenSolution
Description copied from interface:MultiConstraintVerificationAs defined bySingleConstraintVerification.givenSolution(Object).- Specified by:
 givenSolutionin interfaceMultiConstraintVerification<Solution_>- Parameters:
 solution- never null- Returns:
 - never null
 
 - 
assertCorrectArguments
 
 -