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 Modifier and Type Field Description protected org.slf4j.Logger
LOGGER
protected org.optaplanner.constraint.streams.common.AbstractConstraintStreamScoreDirectorFactory<Solution_,Score_>
scoreDirectorFactory
protected org.optaplanner.test.impl.score.stream.SessionBasedAssertionBuilder<Solution_,Score_>
sessionBasedAssertionBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
assertCorrectArguments(Object... facts)
DefaultSingleConstraintAssertion<Solution_,Score_>
given(Object... facts)
DefaultSingleConstraintAssertion<Solution_,Score_>
givenSolution(Solution_ solution)
-
-
-
Field Detail
-
LOGGER
protected final org.slf4j.Logger LOGGER
-
scoreDirectorFactory
protected final org.optaplanner.constraint.streams.common.AbstractConstraintStreamScoreDirectorFactory<Solution_,Score_ extends Score<Score_>> scoreDirectorFactory
-
sessionBasedAssertionBuilder
protected final org.optaplanner.test.impl.score.stream.SessionBasedAssertionBuilder<Solution_,Score_ extends Score<Score_>> sessionBasedAssertionBuilder
-
-
Method Detail
-
given
public DefaultSingleConstraintAssertion<Solution_,Score_> given(Object... facts)
- Specified by:
given
in interfaceSingleConstraintVerification<Solution_>
- Parameters:
facts
- never null, at least one- Returns:
- never null
-
givenSolution
public DefaultSingleConstraintAssertion<Solution_,Score_> givenSolution(Solution_ solution)
- Specified by:
givenSolution
in interfaceSingleConstraintVerification<Solution_>
- Parameters:
solution
- never null- Returns:
- never null
-
assertCorrectArguments
protected void assertCorrectArguments(Object... facts)
-
-