public interface MultiConstraintVerification<Solution_>
| Modifier and Type | Method and Description |
|---|---|
MultiConstraintAssertion |
given(Object... facts)
As defined by
SingleConstraintVerification.given(Object...). |
MultiConstraintAssertion |
givenSolution(Solution_ solution)
As defined by
SingleConstraintVerification.givenSolution(Object). |
MultiConstraintAssertion given(Object... facts)
SingleConstraintVerification.given(Object...).facts - never null, at least oneMultiConstraintAssertion givenSolution(Solution_ solution)
SingleConstraintVerification.givenSolution(Object).solution - never nullCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.