doc / ch.tutteli.atrium.logic.impl / DefaultThrowableAssertions

DefaultThrowableAssertions

class DefaultThrowableAssertions : ThrowableAssertions

Constructors

<init>

DefaultThrowableAssertions()

Functions

causeIsA

fun <TExpected : Throwable> causeIsA(container: AssertionContainer<out Throwable>, expectedType: KClass<TExpected>): SubjectChangerBuilder.ExecutionStep<Throwable?, TExpected>