Contents

testCase(_:didRecord:)

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

Declaration

optional func testCase(_ testCase: XCTestCase, didRecord expectedFailure: XCTExpectedFailure)

Parameters

  • testCase:

    The test case with the expected failure.

  • expectedFailure:

    The expected failure to record.

See Also

Observation Methods