sealed class Table
Platform and version requirements: Common
A table of rows to assert on. This makes it easy to run the same assertions are a number of inputs and outputs.
See Also
|
TableFun |
interface TableFun |
fun forAll(f: TableFun): Unit |
|
Table1 |
class Table1<C1> : Table
A table with rows of 1 value. |
|
Table2 |
class Table2<C1, C2> : Table
A table with rows of 2 values. |
|
Table3 |
class Table3<C1, C2, C3> : Table
A table with rows of 3 values. |
|
Table4 |
class Table4<C1, C2, C3, C4> : Table
A table with rows of 4 values. |