kotest-assertions / io.kotlintest.tables / Table21

Table21

data class Table21<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>
Deprecated: All package names are now io.kotest

Constructors

<init>

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

Properties

headers

val headers: Headers21

rows

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