class NullableValues<T>
<init>
NullableValues(expected: T, vararg otherExpected: T)
otherExpected
vararg val otherExpected: Array<out T>
toList
fun toList(): List<T>