AssertionDispatcher

public class AssertionDispatcher : AssertionHandler

AssertionDispatcher allows multiple AssertionHandlers to receive assertion messages.

@warning Does not fully dispatch if one of the handlers raises an exception. This is possible with XCTest-based assertion handlers.