Values

class Values<out T>(val expected: T, val otherExpected: T) : Group<T> , VarArgHelper<T> (source)

Represents a Group of multiple values.

Constructors

Link copied to clipboard
constructor(expected: T, vararg otherExpected: T)

Properties

Link copied to clipboard
open override val expected: T
Link copied to clipboard
Link copied to clipboard
open override val otherExpected: Array<out T>

Functions

Link copied to clipboard
open override fun toList(): List<T>