DoctorDYL

Results 1 comments of DoctorDYL

You can fix this problem in Xcode 10.x with the code below. ``` XCTestSuite *suite = [XCTestSuite testSuiteForTestCaseClass:testClass]; [suite runTest]; result = suite.testRun; ```