Contents

testSuite(_:didRecord:)

Notifies the observer when a test suite reports an issue.

Declaration

optional func testSuite(_ testSuite: XCTestSuite, didRecord issue: XCTIssue)
optional func testSuite(_ testSuite: XCTestSuite, didRecord issue: XCTIssueReference)

Parameters

  • testSuite:

    The test suite with the issue.

  • issue:

    The issue to record.

See Also

Observation Methods