Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

XCTestTAPObserver

mattt edited this page Jan 8, 2021 · 2 revisions

XCTestTAPObserver

canImport(XCTest)

A custom test reporter that conforms to XCTestObservation.

public class XCTestTAPObserver: NSObject

Inheritance

NSObject, XCTestObservation

Methods

testSuiteWillStart(_:)

canImport(XCTest)
public func testSuiteWillStart(_ testSuite: XCTestSuite)

testCaseDidFinish(_:)

canImport(XCTest)
public func testCaseDidFinish(_ testCase: XCTestCase)

testCase(_:didFailWithDescription:inFile:atLine:)

canImport(XCTest)
public func testCase(_ testCase: XCTestCase, didFailWithDescription description: String, inFile filePath: String?, atLine lineNumber: Int)
Clone this wiki locally