interface RepresentationOnly
Defines the contract to build an RepresentationOnlyAssertion.
interface FinalStep : AssertionBuilderFinalStep<RepresentationOnlyAssertion>
Final step which creates an RepresentationOnlyAssertion based on the previously defined representation. |
|
interface HoldsStep : HoldsStep<RepresentationOnly.RepresentationStep>
Step which allows to specify RepresentationOnlyAssertion.holds. |
|
interface RepresentationStep
Step which allows to specify an RepresentationOnlyAssertion.representation. |