Skip to content

Compatibility with Arrowopensavvy.prepared.compat.arrow.core

Package-level declarations

Functions

assertRaises


@ExperimentalTraceApiinline fun <Failure> assertRaises(expected: Failure, block: Raise<Failure>.() -> Any?)

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

assertRaisesWith


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

failOnRaise


Fails the test if block raises.