Contents

testCaseDidFinish(_:)

Notifies the observer immediately after a test case finishes executing.

Declaration

optional func testCaseDidFinish(_ testCase: XCTestCase)

Parameters

  • testCase:

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

See Also

Observation Methods