interface ThrowableAssertions
Collection of assertion functions and builders which are applicable to subjects with a Throwable type.
abstract fun <TExpected : Throwable> causeIsA(container: AssertionContainer<out Throwable>, expectedType: KClass<TExpected>): SubjectChangerBuilder.ExecutionStep<Throwable?, TExpected> |
class DefaultThrowableAssertions : ThrowableAssertions |