assertk / Table1

Table1

class Table1<C1> : Table

Platform and version requirements: Common

A table with rows of 1 value.

See Also

tableOf

Functions

forAll

fun forAll(f: (C1) -> Unit): Unit

Runs the given lambda for each row in the table.

row

fun row(val1: C1): Table1<C1>

Adds a row to the table with the given values.

Inherited Functions

forAll
(Common)

fun forAll(f: TableFun): Unit