interface ExplanatoryAssertion : Assertion
(source)
Represents an Assertion which is typically used in an AssertionGroup with an ExplanatoryAssertionGroupType and provides an explanation which is typically formatted by an ObjectFormatter in reporting.
It is not of importance whether the assertions holds or not; thus it overrides holds which always returns true
.
abstract val explanation: Any?
The object used to explain something. |
open fun holds(): Boolean
Always |
class
A default implementation for ExplanatoryAssertion -- an assertion which only wants to give an explanation. |