assertk / Table4

Table4

class Table4<C1, C2, C3, C4> : Table

Platform and version requirements: Common

A table with rows of 4 values.

See Also

tableOf

Functions

forAll

fun forAll(f: (C1, C2, C3, C4) -> Unit): Unit

Runs the given lambda for each row in the table.

row

fun row(val1: C1, val2: C2, val3: C3, val4: C4): Table4<C1, C2, C3, C4>

Adds a row to the table with the given values.

Inherited Functions

forAll
(Common)

fun forAll(f: TableFun): Unit