abstract fun executeActAssertNothingThrown(throwableThrownBuilder: ThrowableThrown.Builder): UnitExecutes 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.