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.
-
Undocumented
Declaration
Swift
public init(handlers: [AssertionHandler])
-
Undocumented
Declaration
Swift
public func assert(_ assertion: Bool, message: FailureMessage, location: SourceLocation)