assertk / tableOf

tableOf

fun tableOf(name1: String): Table1Builder

Platform and version requirements: Common


fun tableOf(name1: String, name2: String): Table2Builder

Platform and version requirements: Common


fun tableOf(name1: String, name2: String, name3: String): Table3Builder

Platform and version requirements: Common


fun tableOf(name1: String, name2: String, name3: String, name4: String): Table4Builder

Platform and version requirements: Common

Builds a table with the given column names.