Package-level declarations

Functions

Link copied to clipboard
inline fun <Failure> assertRaises(expected: Failure, block: Raise<Failure>.() -> Any?)

Fails the test if block doesn't raise with expected.

Link copied to clipboard

Fails the test if block doesn't raise with a value of type Failure.

Link copied to clipboard

Fails the test if block raises.