Contents

testSuiteDidFinish(_:)

Notifies the observer immediately after a test suite finishes executing.

Declaration

optional func testSuiteDidFinish(_ testSuite: XCTestSuite)

Parameters

  • testSuite:

    The test suite that finished executing. Additional information about the suite can be retrieved from the test suite’s associated Xctestrun.

See Also

Observation Methods