kotest-assertions / io.kotlintest.tables / Row22

Row22

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

Row22(a: A, b: B, c: C, d: D, e: E, f: F, g: G, h: H, i: I, j: J, k: K, l: L, m: M, n: N, o: O, p: P, q: Q, r: R, s: S, t: T, u: U, v: V)

Properties

a

val a: A

b

val b: B

c

val c: C

d

val d: D

e

val e: E

f

val f: F

g

val g: G

h

val h: H

i

val i: I

j

val j: J

k

val k: K

l

val l: L

m

val m: M

n

val n: N

o

val o: O

p

val p: P

q

val q: Q

r

val r: R

s

val s: S

t

val t: T

u

val u: U

v

val v: V

Functions

values

fun values(): List<Any?>