_XCTestCaseImplementation.h 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. @class NSArray, NSInvocation, NSMutableArray, NSMutableDictionary, NSMutableSet, NSString, XCTestCaseRun, XCTestContext, XCTestExpectationWaiter, XCTWaiter;
  7. #import <WebDriverAgentLib/CDStructures.h>
  8. @interface _XCTestCaseImplementation : NSObject
  9. {
  10. NSInvocation *_invocation;
  11. XCTestCaseRun *_testCaseRun;
  12. BOOL _continueAfterFailure;
  13. NSMutableSet *_expectations;
  14. NSArray *_activePerformanceMetricIDs;
  15. NSMutableDictionary *_perfMetricsForID;
  16. unsigned long long _startWallClockTime;
  17. struct time_value _startUserTime;
  18. struct time_value _startSystemTime;
  19. unsigned long long _measuringIteration;
  20. BOOL _isMeasuringMetrics;
  21. BOOL _didMeasureMetrics;
  22. BOOL _didStartMeasuring;
  23. BOOL _didStopMeasuring;
  24. NSString *_filePathForUnexpectedFailure;
  25. unsigned long long _lineNumberForUnexpectedFailure;
  26. unsigned long long _callAddressForCurrentWait;
  27. NSArray *_callAddressesForLastCreatedExpectation;
  28. long long _runLoopNestingCount;
  29. XCTWaiter *_currentWaiter;
  30. NSMutableArray *_failureRecords;
  31. BOOL _shouldHaltWhenReceivesControl;
  32. BOOL _shouldIgnoreSubsequentFailures;
  33. NSMutableArray *_activityRecordStack;
  34. XCTestContext *_testContext;
  35. }
  36. @property(readonly) XCTestContext *testContext; // @synthesize testContext=_testContext;
  37. @property(retain, nonatomic) XCTWaiter *currentWaiter; // @synthesize currentWaiter=_currentWaiter;
  38. @property(retain, nonatomic) NSMutableArray *activityRecordStack; // @synthesize activityRecordStack=_activityRecordStack;
  39. @property BOOL shouldIgnoreSubsequentFailures; // @synthesize shouldIgnoreSubsequentFailures=_shouldIgnoreSubsequentFailures;
  40. @property BOOL shouldHaltWhenReceivesControl; // @synthesize shouldHaltWhenReceivesControl=_shouldHaltWhenReceivesControl;
  41. @property(retain, nonatomic) NSMutableArray *failureRecords; // @synthesize failureRecords=_failureRecords;
  42. @property long long runLoopNestingCount; // @synthesize runLoopNestingCount=_runLoopNestingCount;
  43. @property(copy) NSArray *callAddressesForLastCreatedExpectation; // @synthesize callAddressesForLastCreatedExpectation=_callAddressesForLastCreatedExpectation;
  44. @property unsigned long long callAddressForCurrentWait; // @synthesize callAddressForCurrentWait=_callAddressForCurrentWait;
  45. @property unsigned long long lineNumberForUnexpectedFailure; // @synthesize lineNumberForUnexpectedFailure=_lineNumberForUnexpectedFailure;
  46. @property(copy) NSString *filePathForUnexpectedFailure; // @synthesize filePathForUnexpectedFailure=_filePathForUnexpectedFailure;
  47. @property(retain, nonatomic) NSMutableSet *expectations; // @synthesize expectations=_expectations;
  48. @property BOOL didStopMeasuring; // @synthesize didStopMeasuring=_didStopMeasuring;
  49. @property BOOL didStartMeasuring; // @synthesize didStartMeasuring=_didStartMeasuring;
  50. @property BOOL didMeasureMetrics; // @synthesize didMeasureMetrics=_didMeasureMetrics;
  51. @property BOOL isMeasuringMetrics; // @synthesize isMeasuringMetrics=_isMeasuringMetrics;
  52. @property unsigned long long measuringIteration; // @synthesize measuringIteration=_measuringIteration;
  53. @property struct time_value startUserTime; // @synthesize startUserTime=_startUserTime;
  54. @property struct time_value startSystemTime; // @synthesize startSystemTime=_startSystemTime;
  55. @property unsigned long long startWallClockTime; // @synthesize startWallClockTime=_startWallClockTime;
  56. @property(retain) NSMutableDictionary *perfMetricsForID; // @synthesize perfMetricsForID=_perfMetricsForID;
  57. @property(copy) NSArray *activePerformanceMetricIDs; // @synthesize activePerformanceMetricIDs=_activePerformanceMetricIDs;
  58. @property BOOL continueAfterFailure; // @synthesize continueAfterFailure=_continueAfterFailure;
  59. @property(retain) XCTestCaseRun *testCaseRun; // @synthesize testCaseRun=_testCaseRun;
  60. @property(retain) NSInvocation *invocation; // @synthesize invocation=_invocation;
  61. - (void)resetExpectations;
  62. - (void)addExpectation:(id)arg1;
  63. - (id)init;
  64. @end