kotest-assertions / io.kotest.data / Table14

Table14

data class Table14<out A, out B, out C, out D, out E, out F, out G, out H, out I, out J, out K, out L, out M, out N>

Constructors

<init>

Table14(headers: Headers14, rows: List<Row14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>)

Properties

headers

val headers: Headers14

rows

val rows: List<Row14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>