abstract fun executeActAssertNothingThrown(throwableThrownBuilder: ThrowableThrown.Builder): Unit
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..
throwableThrownBuilder
- The ThrowableThrown.Builder containing inter alia the
act lambda.