We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
canImport(XCTest)
A custom test reporter that conforms to XCTestObservation.
XCTestObservation
public class XCTestTAPObserver: NSObject
NSObject, XCTestObservation
NSObject
testSuiteWillStart(_:)
public func testSuiteWillStart(_ testSuite: XCTestSuite)
testCaseDidFinish(_:)
public func testCaseDidFinish(_ testCase: XCTestCase)
testCase(_:didFailWithDescription:inFile:atLine:)
public func testCase(_ testCase: XCTestCase, didFailWithDescription description: String, inFile filePath: String?, atLine lineNumber: Int)