assertk / assertk / Table

Table

(common, jvm) sealed class Table

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

(common, jvm)

TableFun

interface TableFun

Functions

(common, jvm)

forAll

fun forAll(f: TableFun): Unit

Inheritors

(common, jvm)

Table1

A table with rows of 1 value.

class Table1<C1> : Table
(common, jvm)

Table2

A table with rows of 2 values.

class Table2<C1, C2> : Table
(common, jvm)

Table3

A table with rows of 3 values.

class Table3<C1, C2, C3> : Table
(common, jvm)

Table4

A table with rows of 4 values.

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