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 thrown: ThrowableThrownAssertionsBuilder
Returns ThrowableThrownAssertionsBuilder which inter alia delegates to the implementation of ThrowableThrownAssertions. |
fun thrownBuilder(assertionVerb: Translatable, act: () -> Unit, reporter: Reporter): Builder |