Contents

testSuiteWillStart(_:)

Notifies the observer immediately before a test suite begins executing.

Declaration

optional func testSuiteWillStart(_ testSuite: XCTestSuite)

Parameters

  • testSuite:

    The test suite that is about to start. Additional information about the suite can be retrieved from the test suite’s associated Xctestrun.

See Also

Observation Methods