kotest-assertions / io.kotlintest.tables / Table11

Table11

data class Table11<out A, out B, out C, out D, out E, out F, out G, out H, out I, out J, out K>
Deprecated: All package names are now io.kotest

Constructors

<init>

Table11(headers: Headers11, rows: List<Row11<A, B, C, D, E, F, G, H, I, J, K>>)

Properties

headers

val headers: Headers11

rows

val rows: List<Row11<A, B, C, D, E, F, G, H, I, J, K>>