CurrentTestCaseTracker

@objc
final public class CurrentTestCaseTracker : NSObject, XCTestObservation

Helper class providing access to the currently executing XCTestCase instance, if any

  • Undocumented

    Declaration

    Swift

    @objc
    public static let sharedInstance: CurrentTestCaseTracker
  • Undocumented

    Declaration

    Swift

    public func testCaseWillStart(_ testCase: XCTestCase)
  • Undocumented

    Declaration

    Swift

    public func testCaseDidFinish(_ testCase: XCTestCase)