doc / ch.tutteli.atrium.logic / ThrowableAssertions

ThrowableAssertions

interface ThrowableAssertions

Collection of assertion functions and builders which are applicable to subjects with a Throwable type.

Functions

causeIsA

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

Inheritors

DefaultThrowableAssertions

class DefaultThrowableAssertions : ThrowableAssertions