kotest-assertions / io.kotlintest.tables / CsvDataSource / createTable
createTable
fun <A> createTable(: (Record) -> Row1<A>, : (Array<String>) -> Headers1): Table1<A>
fun <A> createTable(parseRow: (Record) -> Row1<A>): Table1<A>
fun <A, B> createTable(: (Record) -> Row2<A, B>, : (Array<String>) -> Headers2): Table2<A, B>
fun <A, B> createTable(parseRow: (Record) -> Row2<A, B>): Table2<A, B>
fun <A, B, C> createTable(: (Record) -> Row3<A, B, C>, : (Array<String>) -> Headers3): Table3<A, B, C>
fun <A, B, C> createTable(parseRow: (Record) -> Row3<A, B, C>): Table3<A, B, C>
fun <A, B, C, D> createTable(: (Record) -> Row4<A, B, C, D>, : (Array<String>) -> Headers4): Table4<A, B, C, D>
fun <A, B, C, D> createTable(parseRow: (Record) -> Row4<A, B, C, D>): Table4<A, B, C, D>
fun <A, B, C, D, E> createTable(: (Record) -> Row5<A, B, C, D, E>, : (Array<String>) -> Headers5): Table5<A, B, C, D, E>
fun <A, B, C, D, E> createTable(parseRow: (Record) -> Row5<A, B, C, D, E>): Table5<A, B, C, D, E>
fun <A, B, C, D, E, F> createTable(: (Record) -> Row6<A, B, C, D, E, F>, : (Array<String>) -> Headers6): Table6<A, B, C, D, E, F>
fun <A, B, C, D, E, F> createTable(parseRow: (Record) -> Row6<A, B, C, D, E, F>): Table6<A, B, C, D, E, F>