Package-level declarations

Functions

Link copied to clipboard
fun <T : Any> assertHandlesException(throwable: Throwable, mockSetup: () -> Unit, verificationBlock: () -> T)

A test utility to verify that a block of code correctly handles an exception.