Interface for a callback which returns the message string to be attached to an assertion error. More...
Public Member Functions | |
| String | message () |
| Returns the specified message. | |
Interface for a callback which returns the message string to be attached to an assertion error.
| String message | ( | ) |
Returns the specified message.
Used as a lambda function to defer the message creation until the assertion fails.