Contents

testSuite(_:didRecord:)

Notifies the observer when a test suite records an expected failure.

Declaration

optional func testSuite(_ testSuite: XCTestSuite, didRecord expectedFailure: XCTExpectedFailure)

Parameters

  • testSuite:

    The test suite with the expected failure.

  • expectedFailure:

    The expected failure to record.

See Also

Observation Methods