kotest-assertions / io.kotlintest.tables / Table18

Table18

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

Constructors

<init>

Table18(headers: Headers18, rows: List<Row18<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>>)

Properties

headers

val headers: Headers18

rows

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