| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- //
- // Generated by class-dump 3.5 (64 bit).
- //
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
- //
- #import "NSObject.h"
- #import "XCTTestRunSessionDelegate.h"
- #import "XCTestDriverInterface.h"
- #import "XCTestObservation.h"
- @class DTXConnection, NSObject<OS_dispatch_queue>, NSString, XCTestRun;
- @interface XCTRunnerIDESession : NSObject <XCTestObservation, XCTestDriverInterface, XCTTestRunSessionDelegate>
- {
- NSObject<OS_dispatch_queue> *_queue;
- DTXConnection *_IDEConnection;
- id <XCTestManager_IDEInterface><NSObject> _IDEProxy;
- long long _IDEProtocolVersion;
- id <XCTUIApplicationMonitor> _applicationMonitor;
- XCTestRun *_currentTestRun;
- CDUnknownBlockType _readinessReply;
- }
- @property(copy) CDUnknownBlockType readinessReply; // @synthesize readinessReply=_readinessReply;
- @property(retain) id <XCTestManager_IDEInterface><NSObject> IDEProxy; // @synthesize IDEProxy=_IDEProxy;
- @property(retain) DTXConnection *IDEConnection; // @synthesize IDEConnection=_IDEConnection;
- @property __weak id <XCTUIApplicationMonitor> applicationMonitor; // @synthesize applicationMonitor=_applicationMonitor;
- @property(retain) NSObject<OS_dispatch_queue> *queue; // @synthesize queue=_queue;
- @property(readonly) BOOL reportsCrashes;
- @property long long IDEProtocolVersion; // @synthesize IDEProtocolVersion=_IDEProtocolVersion;
- + (int)connectedSocketForLocalPath:(id)arg1 error:(id *)arg2;
- + (void)setSharedSession:(id)arg1;
- + (id)sharedSession;
- + (id)sharedSessionQueue;
- - (void)testBundleDidFinish:(id)arg1;
- - (void)_testCase:(id)arg1 didFinishActivity:(id)arg2;
- - (void)_testCase:(id)arg1 willStartActivity:(id)arg2;
- - (void)_testCase:(id)arg1 didMeasureValues:(id)arg2 forPerformanceMetricID:(id)arg3 name:(id)arg4 unitsOfMeasurement:(id)arg5 baselineName:(id)arg6 baselineAverage:(id)arg7 maxPercentRegression:(id)arg8 maxPercentRelativeStandardDeviation:(id)arg9 maxRegression:(id)arg10 maxStandardDeviation:(id)arg11 file:(id)arg12 line:(unsigned long long)arg13;
- - (void)testCase:(id)arg1 didFailWithDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
- - (void)testCaseDidFinish:(id)arg1;
- - (void)testCaseWillStart:(id)arg1;
- - (void)testSuiteDidFinish:(id)arg1;
- - (void)testSuite:(id)arg1 didFailWithDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
- - (void)testSuiteWillStart:(id)arg1;
- - (void)testBundleWillStart:(id)arg1;
- - (id)_IDE_processWithToken:(id)arg1 exitedWithStatus:(id)arg2;
- - (id)_IDE_stopTrackingProcessWithToken:(id)arg1;
- - (void)terminateProcessWithToken:(id)arg1 completion:(CDUnknownBlockType)arg2;
- - (void)requestLaunchProgressForProcessWithToken:(id)arg1 completion:(CDUnknownBlockType)arg2;
- - (void)launchProcessWithPath:(id)arg1 bundleID:(id)arg2 arguments:(id)arg3 environmentVariables:(id)arg4 completion:(CDUnknownBlockType)arg5;
- - (id)_IDE_processWithBundleID:(id)arg1 path:(id)arg2 pid:(id)arg3 crashedUnderSymbol:(id)arg4;
- - (void)reportStallOnMainThreadInTestCase:(id)arg1 method:(id)arg2 file:(id)arg3 line:(unsigned long long)arg4;
- - (void)logDebugMessage:(id)arg1;
- - (void)testRunSessionDidFinishExecutingTestPlan:(id)arg1 reply:(CDUnknownBlockType)arg2;
- - (void)testRunSession:(id)arg1 initializationForUITestingDidFailWithError:(id)arg2;
- - (void)testRunSessionDidBeginInitializingForUITesting:(id)arg1;
- - (void)testRunSessionDidBeginExecutingTestPlan:(id)arg1;
- - (id)_IDE_startExecutingTestPlanWithProtocolVersion:(id)arg1;
- - (void)requestReadinessForTesting:(CDUnknownBlockType)arg1;
- - (id)initWithConnectedSocket:(int)arg1;
- @end
|