object ThrowableAssertionsBuilder : ThrowableAssertions
(source)
Delegates inter alia to the implementation of ThrowableAssertions. In detail, it implements ThrowableAssertions by delegating to throwableAssertions which in turn delegates to the implementation via loadSingleService.
val
Returns ThrowableThrownAssertionsBuilder which inter alia delegates to the implementation of ThrowableThrownAssertions. |
fun <TExpected : Throwable> cause(expect: Expect<out Throwable>, expectedType: KClass<TExpected>): ChangedSubjectPostStep<Throwable?, TExpected> |
|
fun |
open fun
Turns the given assertionVerb into an Untranslatable and delegates to the other overload. |