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
testBundleWillStart(_:)testSuiteWillStart(_:)testCaseWillStart(_:)testCase(_:didRecord:)testCase(_:didRecord:)testCase(_:didFailWithDescription:inFile:atLine:)testSuite(_:didRecord:)testSuite(_:didRecord:)testSuite(_:didFailWithDescription:inFile:atLine:)testSuiteDidFinish(_:)testBundleDidFinish(_:)