data class Message (source)
Represents a message of an IAssertion.
It consists of:
description : representation => holds
| <init> |
Message(description: String, representation: Any, holds: Boolean)
Represents a message of an IAssertion which consists of: |
| description |
val description: String
Quasi the left hand side of the whole message, e.g., |
| holds |
val holds: Boolean
|
| representation |
val representation: Any
The representation of the expected value, e.g., |