Contents

testCaseWillStart(_:)

Notifies the observer immediately before a test case begins executing.

Declaration

optional func testCaseWillStart(_ testCase: XCTestCase)

Parameters

  • testCase:

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

See Also

Observation Methods