class BasicExplanatoryAssertion : ExplanatoryAssertion
(source)A default implementation for ExplanatoryAssertion -- an assertion which only wants to give an explanation.
BasicExplanatoryAssertion(explanation: Any?)
A default implementation for ExplanatoryAssertion -- an assertion which only wants to give an explanation. |
val explanation: Any?
The object used to explain something. |
fun toString(): String |
open fun holds(): Boolean
Always |