class OneMessageAssertion : IOneMessageAssertion (source)
A default implementation for IOneMessageAssertion.
| <init> |
OneMessageAssertion(description: String, representation: Any, holds: Boolean)OneMessageAssertion(description: String, representation: Any, check: () -> Boolean) |
| message |
val message: Message
The message of this assertion. |
| toString |
fun toString(): String
Delegates to message's Message.toString. |
| holds |
open fun holds(): Boolean
Holds if its message holds. |