kotest-assertions / io.kotlintest.tables / Table22

Table22

data class Table22<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, out Q, out R, out S, out T, out U, out V>
Deprecated: All package names are now io.kotest

Constructors

<init>

Table22(headers: Headers22, rows: List<Row22<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V>>)

Properties

headers

val headers: Headers22

rows

val rows: List<Row22<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V>>