doc / ch.tutteli.atrium.api.infix.en_GB.creating / All

All

class All<out T> : VarArgHelper<T> (source)

Parameter object to express T, vararg T.

Use the function all(t, ...) to create this representation.

Properties

expected

val expected: T

The first argument in the argument list T, vararg T

otherExpected

val otherExpected: Array<out T>

The second argument in the argument list T, vararg T

Inherited Properties

mapArguments

open val mapArguments: ArgumentMapperBuilder<T>

Creates an ArgumentMapperBuilder which allows to map expected and otherExpected.

Inherited Functions

toList

open fun toList(): List<T>

Returns the arguments as List.