abstract val representation: Any?
The representation of an instance such as 1, null etc.
1
null
Typically an expected value specified by the test writer, e.g. 1, 2 and 3 in isNoneOf(1, 2, 3)
isNoneOf(1, 2, 3)