class RepresentationOnlyAssertionImpl : RepresentationOnlyAssertion
(source)
RepresentationOnlyAssertionImpl(test: () -> Boolean, representation: Any?) |
val representation: Any?
The representation of an instance such as |
fun holds(): Boolean
Indicates whether the assertion holds or not. |