public final class DefaultMultiConstraintAssertion<Solution_> extends Object implements MultiConstraintAssertion
Modifier | Constructor and Description |
---|---|
protected |
DefaultMultiConstraintAssertion(ConstraintProvider constraintProvider,
Score<?> actualScore) |
Modifier and Type | Method and Description |
---|---|
void |
scores(Score<?> score,
String message)
As defined by
MultiConstraintAssertion.scores(Score) . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
scores
protected DefaultMultiConstraintAssertion(ConstraintProvider constraintProvider, Score<?> actualScore)
public final void scores(Score<?> score, String message)
MultiConstraintAssertion
MultiConstraintAssertion.scores(Score)
.scores
in interface MultiConstraintAssertion
score
- total score calculated for the given set of factsmessage
- sometimes null, description of the scenario being assertedCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.