interface IOneMessageAssertion : IAssertion
The base interface for IAssertions which have one Message.
It provides a default implementation for IAssertion.holds which delegates to Message.holds.
abstract val message: Message
The message of this assertion.  | 
open fun holds(): Boolean
Holds if its message holds.  |