kotest-assertions / io.kotest.data / Table17

Table17

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

Constructors

<init>

Table17(headers: Headers17, rows: List<Row17<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>>)

Properties

headers

val headers: Headers17

rows

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