doc / ch.tutteli.atrium.api.cc.infix.en_UK / Entries

Entries

class Entries<in T : Any, out A : ((Assert<T>) -> Unit)?>
Deprecated: Use pendant from package en_GB; will be removed with 1.0.0

Parameter object to express ((Assert<T>) -> Unit)?, vararg ((Assert<T>) -> Unit)? in the infix-api.

Constructors

<init>

Entries(assertionCreator: A, vararg otherAssertionCreators: A)

Parameter object to express ((Assert<T>) -> Unit)?, vararg ((Assert<T>) -> Unit)? in the infix-api.

Properties

assertionCreator

val assertionCreator: A

otherAssertionCreators

vararg val otherAssertionCreators: Array<out A>

Functions

toList

fun toList(): List<A>