kotest-assertions / io.kotlintest.tables / Table16

Table16

data class Table16<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, out O, out P>
Deprecated: All package names are now io.kotest

Constructors

<init>

Table16(headers: Headers16, rows: List<Row16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>)

Properties

headers

val headers: Headers16

rows

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