XCTestDriver.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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 <WebDriverAgentLib/CDStructures.h>
  7. #import "XCDebugLogDelegate-Protocol.h"
  8. #import "XCTestDriverInterface-Protocol.h"
  9. #import "XCTestManager_TestsInterface-Protocol.h"
  10. #import "XCTestManager_IDEInterface-Protocol.h"
  11. #import "XCTestManager_ManagerInterface-Protocol.h"
  12. @class DTXConnection, NSMutableArray, NSString, NSUUID, NSXPCConnection, XCTestConfiguration, XCTestSuite;
  13. @interface XCTestDriver : NSObject <XCTestManager_TestsInterface, XCTestDriverInterface, XCDebugLogDelegate>
  14. {
  15. XCTestConfiguration *_testConfiguration;
  16. NSObject<OS_dispatch_queue> *_queue;
  17. NSMutableArray *_debugMessageBuffer;
  18. int _debugMessageBufferOverflow;
  19. }
  20. @property int debugMessageBufferOverflow; // @synthesize debugMessageBufferOverflow=_debugMessageBufferOverflow;
  21. @property(retain) NSMutableArray *debugMessageBuffer; // @synthesize debugMessageBuffer=_debugMessageBuffer;
  22. @property(retain) NSObject<OS_dispatch_queue> *queue; // @synthesize queue=_queue;
  23. @property(readonly) XCTestConfiguration *testConfiguration; // @synthesize testConfiguration=_testConfiguration;
  24. - (void)runTestConfiguration:(id)arg1 completionHandler:(CDUnknownBlockType)arg2;
  25. - (void)runTestSuite:(id)arg1 completionHandler:(CDUnknownBlockType)arg2;
  26. - (void)reportStallOnMainThreadInTestCase:(id)arg1 method:(id)arg2 file:(id)arg3 line:(unsigned long long)arg4;
  27. - (BOOL)runTestsAndReturnError:(id *)arg1;
  28. - (id)_readyIDESession:(id *)arg1;
  29. - (int)_connectedSocketForIDESession:(id *)arg1;
  30. - (void)logDebugMessage:(id)arg1;
  31. - (id)initWithTestConfiguration:(id)arg1;
  32. @end