doc / ch.tutteli.atrium.assertions.throwable.thrown.builders / ThrowableThrownBuilder / <init>

<init>

ThrowableThrownBuilder(assertionVerb: Translatable, act: () -> Unit, reporter: Reporter)

Represents the entry point of the fluent API of sophisticated a Throwable was thrown assertions.

Parameters

assertionVerb - The assertion verb which will be used inter alia in error reporting. act - The function which is expected to throw a Throwable. reporter - The reporter which will be use for a IAtriumFactory.newThrowingAssertionChecker.

Constructor
Represents the entry point of the fluent API of sophisticated a Throwable was thrown assertions.