kotest-assertions / io.kotest.data / Table13

Table13

data class Table13<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>

Constructors

<init>

Table13(headers: Headers13, rows: List<Row13<A, B, C, D, E, F, G, H, I, J, K, L, M>>)

Properties

headers

val headers: Headers13

rows

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