XCTestRun.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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 NSDate, XCTest, _XCInternalTestRun;
  8. @interface XCTestRun ()
  9. {
  10. id _internalTestRun;
  11. }
  12. @property(readonly) _XCInternalTestRun *implementation; // @synthesize implementation=_internalTestRun;
  13. @property(readonly) BOOL hasSucceeded;
  14. @property unsigned long long unexpectedExceptionCountBeforeCrash;
  15. @property unsigned long long failureCountBeforeCrash;
  16. @property unsigned long long executionCountBeforeCrash;
  17. @property(readonly) unsigned long long testCaseCount;
  18. @property(readonly) unsigned long long unexpectedExceptionCount;
  19. @property(readonly) unsigned long long failureCount;
  20. @property(readonly) unsigned long long totalFailureCount;
  21. @property(readonly) unsigned long long executionCount;
  22. @property(readonly, copy) NSDate *stopDate;
  23. @property(readonly, copy) NSDate *startDate;
  24. @property(readonly) double testDuration;
  25. @property(readonly) double totalDuration;
  26. @property(readonly) XCTest *test;
  27. + (id)testRunWithTest:(id)arg1;
  28. - (void)recordFailureWithDescription:(id)arg1 inFile:(id)arg2 atLine:(unsigned long long)arg3 expected:(BOOL)arg4;
  29. - (void)stop;
  30. - (void)start;
  31. - (id)init;
  32. - (id)initWithTest:(id)arg1;
  33. @end