class Values<out T>
Represents a Group of multiple values.
<init>
Values(expected: T, vararg otherExpected: T)
expected
val expected: T
otherExpected
vararg val otherExpected: Array<out T>
toList
fun toList(): List<T>