toggle menu
assertk
0.28.1
common
switch theme
search in API
assertk
/
assertk
/
Table3Builder
Table3Builder
common
class
Table3Builder
:
TableBuilder
Builds a table with the given rows.
Members
Functions
row
Link copied to clipboard
common
fun
<
C1
,
C2
,
C3
>
row
(
val1
:
C1
,
val2
:
C2
,
val3
:
C3
)
:
Table3
<
C1
,
C2
,
C3
>
Adds a row to the table with the given values.