XCTestConfiguration Class Reference

Inherits from NSObject
Conforms to NSSecureCoding
Declared in XCTestConfiguration.h

+ activeTestConfiguration

+ (id)activeTestConfiguration

+ configurationWithContentsOfFile:

+ (id)configurationWithContentsOfFile:(id)arg1

+ setActiveTestConfiguration:

+ (void)setActiveTestConfiguration:(id)arg1

+ supportsSecureCoding

+ (_Bool)supportsSecureCoding

  baselineFileURL

@property (copy) NSURL *baselineFileURL

– dealloc

- (void)dealloc

– description

- (id)description

  disablePerformanceMetrics

@property _Bool disablePerformanceMetrics

– encodeWithCoder:

- (void)encodeWithCoder:(id)arg1

– hash

- (unsigned long long)hash

– init

- (id)init

– initWithCoder:

- (id)initWithCoder:(id)arg1

– isEqual:

- (_Bool)isEqual:(id)arg1

  pathToXcodeReportingSocket

@property (copy) NSString *pathToXcodeReportingSocket

  productModuleName

@property (copy) NSString *productModuleName

  reportActivities

@property _Bool reportActivities

  reportResultsToIDE

@property _Bool reportResultsToIDE

  sessionIdentifier

@property (copy) NSUUID *sessionIdentifier

  targetApplicationBundleID

@property (copy) NSString *targetApplicationBundleID

  targetApplicationPath

@property (copy) NSString *targetApplicationPath

  testBundleURL

@property (copy) NSURL *testBundleURL

  testsMustRunOnMainThread

@property _Bool testsMustRunOnMainThread

  testsToRun

@property (copy) NSSet *testsToRun

  testsToSkip

@property (copy) NSSet *testsToSkip

  treatMissingBaselinesAsFailures

@property _Bool treatMissingBaselinesAsFailures

– writeToFile:

- (_Bool)writeToFile:(id)arg1