interface HoldsStep : HoldsStep<RepresentationOnly.RepresentationStep>
Step which allows to specify RepresentationOnlyAssertion.holds.
| abstract val failing: RDefines a constant failing assertion. | |
| abstract val holding: RDefines a constant holding assertion. | 
| abstract fun withTest(test: () -> Boolean): RUses the given test as Assertion.holds. abstract fun <T> withTest(subjectProvider: SubjectProvider<T>, test: (T) -> Boolean): RUses the given test as Assertion.holds based on the subject provided by subjectProvider. | 
| fun create(): RepresentationOnly.HoldsStepFactory method to create the HoldsStep step in the process of building a descriptive assertion. |