doc / ch.tutteli.atrium.domain.creating / ThrowableAssertions / thrownBuilder

thrownBuilder

open fun thrownBuilder(assertionVerb: String, act: () -> Unit, reporter: Reporter): ThrowableThrown.Builder
Deprecated: Use Expect instead; will be removed with 1.0.0

Turns the given assertionVerb into an Untranslatable and delegates to the other overload.

abstract fun thrownBuilder(assertionVerb: Translatable, act: () -> Unit, reporter: Reporter): ThrowableThrown.Builder
Deprecated: Use Expect instead; will be removed with 1.0.0