assertk / Table

Table

sealed class Table

Platform and version requirements: Common

A table of rows to assert on. This makes it easy to run the same assertions are a number of inputs and outputs.

See Also

tableOf

Types

TableFun
(Common)

interface TableFun

Functions

forAll

fun forAll(f: TableFun): Unit

Inheritors

Table1
(Common)

class Table1<C1> : Table

A table with rows of 1 value.

Table2
(Common)

class Table2<C1, C2> : Table

A table with rows of 2 values.

Table3
(Common)

class Table3<C1, C2, C3> : Table

A table with rows of 3 values.

Table4
(Common)

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

A table with rows of 4 values.