doc / ch.tutteli.atrium.domain.creating.throwable.thrown / ThrowableThrown / Creator / executeActAssertNothingThrown

executeActAssertNothingThrown

abstract fun executeActAssertNothingThrown(throwableThrownBuilder: ThrowableThrown.Builder): Unit
Deprecated: Will be removed with 1.0.0

Executes the act lambda of the given throwableThrownBuilder and catches thrown Throwables (if there are any) and correspondingly creates an assertion where it is expected that nothing is thrown..

Parameters

throwableThrownBuilder - The ThrowableThrown.Builder containing inter alia the act lambda.