No overview available.
SDK
- Xcode 7.2+
Framework
- XCTest
Declaration
+ (instancetype)testSuiteForBundlePath:(NSString *)bundlePath;
No overview available.
SDK
Framework
+ (instancetype)testSuiteForBundlePath:(NSString *)bundlePath;
default Test Suite
Creates a suite of suites representing all test case methods found in the current runtime.
+ test Suite For Test Case Class:
Creates a new suite containing all test methods found in test
.