| Interface | Description |
|---|---|
| AssertkDsl |
Marks the assertion DSL.
|
| Class | Description |
|---|---|
| Assert<T> |
An assertion. Holds an actual value to assertion on and an optional name.
|
| AssertBlock<T> |
An assertion on a block of code. Can assert that it either throws and error or returns a value.
|
| AssertKt | |
| FailingAssert<T> | |
| FailureJVMKt | |
| FailureKt | |
| PlatformKt | |
| ShowErrorKt | |
| Table |
A table of rows to assert on. This makes it easy to run the same assertions are a number of inputs and outputs.
|
| Table1<C1> |
A table with rows of 1 value.
|
| Table1Builder |
Builds a table with the given rows.
|
| Table2<C1,C2> |
A table with rows of 2 values.
|
| Table2Builder |
Builds a table with the given rows.
|
| Table3<C1,C2,C3> |
A table with rows of 3 values.
|
| Table3Builder |
Builds a table with the given rows.
|
| Table4<C1,C2,C3,C4> |
A table with rows of 4 values.
|
| Table4Builder |
Builds a table with the given rows.
|
| TableBuilder |
Builds a table with the given rows.
|
| TableKt | |
| ValueAssert<T> |