XCTestSuiteRun.h 676 B

12345678910111213141516171819202122232425262728
  1. //
  2. // Generated by class-dump 3.5 (64 bit).
  3. //
  4. // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
  5. //
  6. #import <XCTest/XCTestRun.h>
  7. @class NSArray, NSMutableArray;
  8. @interface XCTestSuiteRun : XCTestRun
  9. {
  10. NSMutableArray *_testRuns;
  11. }
  12. @property(readonly, copy) NSArray *testRuns;
  13. - (void)recordFailureWithDescription:(id)arg1 inFile:(id)arg2 atLine:(unsigned long long)arg3 expected:(BOOL)arg4;
  14. - (double)testDuration;
  15. - (unsigned long long)unexpectedExceptionCount;
  16. - (unsigned long long)failureCount;
  17. - (unsigned long long)executionCount;
  18. - (void)addTestRun:(id)arg1;
  19. - (void)stop;
  20. - (void)start;
  21. - (id)initWithTest:(id)arg1;
  22. @end