object ThrowableThrownAssertionsBuilder : ThrowableThrownAssertions
(source)
Delegates inter alia to the implementation of ThrowableThrownAssertions. In detail, it implements ThrowableThrownAssertions by delegating to throwableThrownAssertions which in turn delegates to the implementation via loadSingleService.
val providers: AbsentThrowableMessageProviderFactoryBuilder
Returns AbsentThrowableMessageProviderFactoryBuilder which inter alia delegates to the implementation of AbsentThrowableMessageProviderFactory. |
fun nothingThrown(throwableThrownBuilder: Builder): <ERROR CLASS> |
|
fun <TExpected : Throwable> toBe(throwableThrownBuilder: Builder, expectedType: KClass<TExpected>, assertionCreator: AssertionPlant<TExpected>.() -> Unit): <ERROR CLASS> |