class ExplanatoryAssertion : IExplanatoryAssertion
Represents an assertion which only wants to give an explanation
ExplanatoryAssertion(explanation: Any?)
Represents an assertion which only wants to give an explanation |
val explanation: Any?
The object used to explain something. |
open fun holds(): Boolean
Always true since it should not matter whether an IExplanatoryAssertion holds or not. |