Contents

waiter(_:didTimeoutWithUnfulfilledExpectations:)

Invoked when not all waited on expectations are fulfilled during the timeout period.

Declaration

optional func waiter(_ waiter: XCTWaiter, didTimeoutWithUnfulfilledExpectations unfulfilledExpectations: [XCTestExpectation])

Parameters

  • waiter:

    The Xctwaiter reporting the timeout event.

  • unfulfilledExpectations:

    The expectations

Discussion

If the delegate is an XCTestCase instance, this will be reported as a test failure.

See Also

Timeout Events