assertk / assertk / Table4Builder

Table4Builder

(common, jvm) class Table4Builder : TableBuilder

Builds a table with the given rows.

Functions

(common, jvm)

row

Adds a row to the table with the given values.

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