ThrowableAssertions
Collection of assertion functions and builders which are applicable to subjects with a Throwable type.
Inheritors
Functions
Link copied to clipboard
abstract fun <ExpectedThrowableT : Throwable> causeIsA(container: AssertionContainer<out Throwable>, expectedType: KClass<ExpectedThrowableT>): SubjectChangerBuilder.ExecutionStep<Throwable?, ExpectedThrowableT>