assertk / Table1Builder

Table1Builder

class Table1Builder : TableBuilder

Platform and version requirements: Common

Builds a table with the given rows.

Functions

row

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

Adds a row to the table with the given values.