concurrentunit
concurrentunit copied to clipboard
Consider failure handling wrapper
Consider an API to wrap closures that can handle any failures and re-throw them in the main test thread. Ex:
messageBus.registerHandler(waiter.handleFailures(() -> msg -> {
throw SomethingBadException();
});