doc / ch.tutteli.atrium.domain.builders.creating / ThrowableAssertionsBuilder

ThrowableAssertionsBuilder

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 ServiceLoader.

Properties

thrown

val thrown: ThrowableThrownAssertionsBuilder

Returns ThrowableThrownAssertionsBuilder which inter alia delegates to the implementation of ThrowableThrownAssertions.

Functions

thrownBuilder

fun thrownBuilder(assertionVerb: Translatable, act: () -> Unit, reporter: Reporter): Builder