Contents

testCase(_:didRecord:)

Notifies the observer when a test case reports an issue.

Declaration

optional func testCase(_ testCase: XCTestCase, didRecord issue: XCTIssue)
optional func testCase(_ testCase: XCTestCase, didRecord issue: XCTIssueReference)

Parameters

  • testCase:

    The test case with the issue.

  • issue:

    The issue to record.

See Also

Observation Methods