appium-webdriveragent 16.1.4 → 16.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/PrivateHeaders/XCTest/CDStructures.h +0 -26
- package/PrivateHeaders/XCTest/NSFastEnumeration-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCAXClient_iOS.h +80 -44
- package/PrivateHeaders/XCTest/XCApplicationQuery.h +18 -11
- package/PrivateHeaders/XCTest/XCDebugLogDelegate-Protocol.h +17 -5
- package/PrivateHeaders/XCTest/XCPointerEvent.h +52 -19
- package/PrivateHeaders/XCTest/XCPointerEventPath.h +55 -33
- package/PrivateHeaders/XCTest/XCSynthesizedEventRecord.h +41 -18
- package/PrivateHeaders/XCTest/XCTAggregateSuiteRunStatistics.h +38 -0
- package/PrivateHeaders/XCTest/XCTAttachmentManager.h +33 -0
- package/PrivateHeaders/XCTest/XCTCapabilities.h +35 -0
- package/PrivateHeaders/XCTest/XCTCapabilitiesProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTElementSetTransformer-Protocol.h +30 -13
- package/PrivateHeaders/XCTest/XCTElementSnapshotAttributeDataSource-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCTElementSnapshotProvider-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTExpectedFailureContextManager.h +35 -0
- package/PrivateHeaders/XCTest/XCTFuture.h +45 -0
- package/PrivateHeaders/XCTest/XCTHarnessEventReporting-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTIssue.h +49 -0
- package/PrivateHeaders/XCTest/XCTIssueHandling-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTMacCatalystStatusProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMeasureOptions.h +48 -0
- package/PrivateHeaders/XCTest/XCTMemoryChecker.h +50 -0
- package/PrivateHeaders/XCTest/XCTMemoryCheckerDelegate-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_IDEToRunner-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToDaemon-Protocol.h +39 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToIDE-Protocol.h +32 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ActivityReporting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_BundleRequesting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_CapabilityExchange-Protocol.h +56 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_DebugLogging-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_EventSynthesis-Protocol.h +34 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_HIDEventRecording-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_MemoryTesting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ProcessMonitoring-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ScreenRecording-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SignpostRequesting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SiriAutomation-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SystemConfiguration-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TelemetrySending-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TestExecution-Protocol.h +28 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TestReporting-Protocol.h +40 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomation-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UserPresence-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMetricDiagnosticHelper.h +49 -0
- package/PrivateHeaders/XCTest/XCTNSPredicateExpectationObject-Protocol.h +15 -7
- package/PrivateHeaders/XCTest/XCTPromise.h +30 -0
- package/PrivateHeaders/XCTest/XCTRemoteSignpostListenerProxy-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTRepetitionPolicy.h +43 -0
- package/PrivateHeaders/XCTest/XCTReportingSession.h +50 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionConfiguration-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionIssueReporter-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionTestContainer-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionTestReporter.h +51 -0
- package/PrivateHeaders/XCTest/XCTRunnerAutomationSession-Protocol.h +38 -0
- package/PrivateHeaders/XCTest/XCTRunnerDaemonSession.h +76 -78
- package/PrivateHeaders/XCTest/XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCTRunnerIDESession.h +87 -53
- package/PrivateHeaders/XCTest/XCTRunnerIDESessionDelegate-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTRuntimeDiagnosticsPolicy.h +36 -0
- package/PrivateHeaders/XCTest/XCTRuntimeIssueDetectionPolicy.h +39 -0
- package/PrivateHeaders/XCTest/XCTScreenCapturePolicy.h +35 -0
- package/PrivateHeaders/XCTest/XCTSignpostListener-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTSkippedTestContext.h +37 -0
- package/PrivateHeaders/XCTest/XCTSourceCodeContext.h +39 -0
- package/PrivateHeaders/XCTest/XCTSourceCodeLocation.h +31 -0
- package/PrivateHeaders/XCTest/XCTTagSelection.h +41 -0
- package/PrivateHeaders/XCTest/XCTTestIdentifier.h +81 -0
- package/PrivateHeaders/XCTest/XCTTestIdentifierSet.h +54 -0
- package/PrivateHeaders/XCTest/XCTTestSelection.h +35 -0
- package/PrivateHeaders/XCTest/XCTWaiter.h +45 -46
- package/PrivateHeaders/XCTest/XCTWaiterManagement-Protocol.h +17 -6
- package/PrivateHeaders/XCTest/XCTWaiterManager-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTWaiterWait.h +40 -0
- package/PrivateHeaders/XCTest/XCTest.h +47 -28
- package/PrivateHeaders/XCTest/XCTestCase.h +165 -90
- package/PrivateHeaders/XCTest/XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h +20 -0
- package/PrivateHeaders/XCTest/XCTestCaseRun.h +19 -9
- package/PrivateHeaders/XCTest/XCTestCaseUIAutomationDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTestCastMethodNamesUIAutomationDelegate-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTestConfiguration.h +83 -55
- package/PrivateHeaders/XCTest/XCTestDriver.h +54 -28
- package/PrivateHeaders/XCTest/XCTestExpectation.h +37 -26
- package/PrivateHeaders/XCTest/XCTestExpectationDelegate-Protocol.h +15 -6
- package/PrivateHeaders/XCTest/XCTestObservationCenter.h +49 -25
- package/PrivateHeaders/XCTest/XCTestRun.h +33 -28
- package/PrivateHeaders/XCTest/XCUIAXNotificationHandling-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIAccessibilityInterface-Protocol.h +58 -0
- package/PrivateHeaders/XCTest/XCUIAlertMonitoring-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCUIApplication.h +86 -48
- package/PrivateHeaders/XCTest/XCUIApplicationAutomationSessionProviding-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationImpl.h +78 -26
- package/PrivateHeaders/XCTest/XCUIApplicationImplReporter-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationManaging-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCUIApplicationMonitor-Protocol.h +43 -0
- package/PrivateHeaders/XCTest/XCUIApplicationOpenRequest.h +34 -0
- package/PrivateHeaders/XCTest/XCUIApplicationPlatformServicesProviderDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcess.h +89 -69
- package/PrivateHeaders/XCTest/XCUIApplicationProcessDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcessManaging-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcessTracker-Protocol.h +28 -0
- package/PrivateHeaders/XCTest/XCUIApplicationRegistry.h +32 -0
- package/PrivateHeaders/XCTest/XCUIButtonConsole.h +26 -0
- package/PrivateHeaders/XCTest/XCUICoordinate.h +37 -32
- package/PrivateHeaders/XCTest/XCUIDevice.h +122 -17
- package/PrivateHeaders/XCTest/XCUIDeviceAutomationModeInterface-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCUIDeviceEventAndStateInterface-Protocol.h +40 -0
- package/PrivateHeaders/XCTest/XCUIElement.h +191 -58
- package/PrivateHeaders/XCTest/XCUIElementAttributesPrivate-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIElementEventTarget-Protocol.h +38 -0
- package/PrivateHeaders/XCTest/XCUIElementQuery.h +154 -58
- package/PrivateHeaders/XCTest/XCUIElementTypeQueryProvider_Private-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCUIEventRecording-Protocol.h +37 -0
- package/PrivateHeaders/XCTest/XCUIHitPointResult.h +16 -11
- package/PrivateHeaders/XCTest/XCUIInterruptionMonitoring-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCUIIssueDiagnosticsProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCUIKnobControl.h +26 -0
- package/PrivateHeaders/XCTest/XCUILocation.h +24 -0
- package/PrivateHeaders/XCTest/XCUIPlatformApplicationServicesProviding-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCUIRemoteAccessibilityInterface-Protocol.h +45 -0
- package/PrivateHeaders/XCTest/XCUIRemoteDeviceRunner-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCUIRemoteSiriInterface-Protocol.h +30 -0
- package/PrivateHeaders/XCTest/XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCUIScreen.h +45 -19
- package/PrivateHeaders/XCTest/XCUIScreenDataSource-Protocol.h +28 -12
- package/PrivateHeaders/XCTest/XCUISiriService.h +39 -0
- package/PrivateHeaders/XCTest/XCUISystem.h +26 -0
- package/PrivateHeaders/XCTest/XCUIXcodeApplicationManaging-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/_TtC10XCTestCore19XCTReportingContext.h +26 -0
- package/PrivateHeaders/XCTest/_XCTMessaging_VoidProtocol-Protocol.h +20 -0
- package/PrivateHeaders/XCTest/_XCTestObservationInternal-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/_XCTestObservationPrivate-Protocol.h +27 -0
- package/WebDriverAgent.xcodeproj/project.pbxproj +718 -426
- package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m +9 -13
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +2 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m +0 -1
- package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m +1 -0
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +4 -0
- package/WebDriverAgentLib/Categories/XCUIDevice+FBVoiceOver.m +9 -7
- package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m +2 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m +7 -3
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.h +33 -0
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m +23 -0
- package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.m +1 -0
- package/WebDriverAgentLib/Commands/FBElementCommands.m +5 -0
- package/WebDriverAgentLib/Commands/FBSessionCommands.m +1 -1
- package/WebDriverAgentLib/FBAlert.m +12 -3
- package/WebDriverAgentLib/Info.plist +2 -2
- package/WebDriverAgentLib/Routing/FBWebServer.m +3 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshot.h +1 -1
- package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.m +2 -2
- package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.h +1 -0
- package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m +6 -0
- package/WebDriverAgentLib/Utilities/FBScreenshot.m +2 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.h +2 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m +4 -4
- package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +24 -3
- package/build/lib/no-session-proxy.d.ts +2 -2
- package/build/lib/no-session-proxy.d.ts.map +1 -1
- package/build/lib/no-session-proxy.js +2 -2
- package/build/lib/no-session-proxy.js.map +1 -1
- package/build/lib/webdriveragent.d.ts +2 -2
- package/build/lib/webdriveragent.d.ts.map +1 -1
- package/build/lib/webdriveragent.js +2 -2
- package/build/lib/webdriveragent.js.map +1 -1
- package/lib/no-session-proxy.ts +2 -2
- package/lib/webdriveragent.ts +3 -3
- package/package.json +1 -1
- package/PrivateHeaders/XCTest/NSString-XCTAdditions.h +0 -11
- package/PrivateHeaders/XCTest/NSValue-XCTestAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UILongPressGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIPanGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIPinchGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UISwipeGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UITapGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/XCActivityRecord.h +0 -39
- package/PrivateHeaders/XCTest/XCApplicationMonitor.h +0 -44
- package/PrivateHeaders/XCTest/XCApplicationMonitor_iOS.h +0 -18
- package/PrivateHeaders/XCTest/XCDeviceEvent.h +0 -27
- package/PrivateHeaders/XCTest/XCEventGenerator.h +0 -73
- package/PrivateHeaders/XCTest/XCKeyMappingPath.h +0 -36
- package/PrivateHeaders/XCTest/XCKeyboardInputSolver.h +0 -41
- package/PrivateHeaders/XCTest/XCKeyboardKeyMap.h +0 -101
- package/PrivateHeaders/XCTest/XCKeyboardLayout.h +0 -35
- package/PrivateHeaders/XCTest/XCSourceCodeRecording.h +0 -42
- package/PrivateHeaders/XCTest/XCSourceCodeTreeNode.h +0 -84
- package/PrivateHeaders/XCTest/XCSourceCodeTreeNodeEnumerator.h +0 -18
- package/PrivateHeaders/XCTest/XCSymbolicationRecord.h +0 -29
- package/PrivateHeaders/XCTest/XCSymbolicatorHolder.h +0 -14
- package/PrivateHeaders/XCTest/XCTAXClient-Protocol.h +0 -14
- package/PrivateHeaders/XCTest/XCTAsyncActivity-Protocol.h +0 -16
- package/PrivateHeaders/XCTest/XCTAsyncActivity.h +0 -23
- package/PrivateHeaders/XCTest/XCTAutomationTarget-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTDarwinNotificationExpectation.h +0 -23
- package/PrivateHeaders/XCTest/XCTKVOExpectation.h +0 -28
- package/PrivateHeaders/XCTest/XCTMetric.h +0 -29
- package/PrivateHeaders/XCTest/XCTNSNotificationExpectation.h +0 -27
- package/PrivateHeaders/XCTest/XCTNSPredicateExpectation.h +0 -24
- package/PrivateHeaders/XCTest/XCTRunnerAutomationSession.h +0 -21
- package/PrivateHeaders/XCTest/XCTTestRunSession.h +0 -25
- package/PrivateHeaders/XCTest/XCTTestRunSessionDelegate-Protocol.h +0 -17
- package/PrivateHeaders/XCTest/XCTUIApplicationMonitor-Protocol.h +0 -17
- package/PrivateHeaders/XCTest/XCTWaiterDelegate-Protocol.h +0 -16
- package/PrivateHeaders/XCTest/XCTWaiterDelegatePrivate-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTWaiterManager.h +0 -28
- package/PrivateHeaders/XCTest/XCTestCaseSuite.h +0 -19
- package/PrivateHeaders/XCTest/XCTestContext.h +0 -26
- package/PrivateHeaders/XCTest/XCTestContextScope.h +0 -19
- package/PrivateHeaders/XCTest/XCTestDriverInterface-Protocol.h +0 -14
- package/PrivateHeaders/XCTest/XCTestExpectationWaiter.h +0 -17
- package/PrivateHeaders/XCTest/XCTestLog.h +0 -32
- package/PrivateHeaders/XCTest/XCTestManager_IDEInterface-Protocol.h +0 -36
- package/PrivateHeaders/XCTest/XCTestManager_ManagerInterface-Protocol.h +0 -54
- package/PrivateHeaders/XCTest/XCTestManager_TestsInterface-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTestMisuseObserver.h +0 -37
- package/PrivateHeaders/XCTest/XCTestObservation-Protocol.h +0 -20
- package/PrivateHeaders/XCTest/XCTestObserver.h +0 -20
- package/PrivateHeaders/XCTest/XCTestProbe.h +0 -13
- package/PrivateHeaders/XCTest/XCTestSuite.h +0 -48
- package/PrivateHeaders/XCTest/XCTestSuiteRun.h +0 -28
- package/PrivateHeaders/XCTest/XCTestWaiter.h +0 -14
- package/PrivateHeaders/XCTest/XCUIElementAsynchronousHandlerWrapper.h +0 -19
- package/PrivateHeaders/XCTest/XCUIElementHitPointCoordinate.h +0 -24
- package/PrivateHeaders/XCTest/XCUIRecorderNodeFinder.h +0 -65
- package/PrivateHeaders/XCTest/XCUIRecorderNodeFinderMatch.h +0 -25
- package/PrivateHeaders/XCTest/XCUIRecorderTimingMessage.h +0 -20
- package/PrivateHeaders/XCTest/XCUIRecorderUtilities.h +0 -45
- package/PrivateHeaders/XCTest/_XCInternalTestRun.h +0 -43
- package/PrivateHeaders/XCTest/_XCKVOExpectationImplementation.h +0 -32
- package/PrivateHeaders/XCTest/_XCTDarwinNotificationExpectationImplementation.h +0 -27
- package/PrivateHeaders/XCTest/_XCTNSNotificationExpectationImplementation.h +0 -30
- package/PrivateHeaders/XCTest/_XCTNSPredicateExpectationImplementation.h +0 -29
- package/PrivateHeaders/XCTest/_XCTWaiterImpl.h +0 -41
- package/PrivateHeaders/XCTest/_XCTestCaseImplementation.h +0 -70
- package/PrivateHeaders/XCTest/_XCTestCaseInterruptionException.h +0 -13
- package/PrivateHeaders/XCTest/_XCTestExpectationImplementation.h +0 -40
- package/PrivateHeaders/XCTest/_XCTestImplementation.h +0 -14
- package/PrivateHeaders/XCTest/_XCTestObservationCenterImplementation.h +0 -19
- package/PrivateHeaders/XCTest/_XCTestSuiteImplementation.h +0 -23
|
@@ -1,42 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
@class NSArray, NSMutableArray, NSMutableDictionary, NSMutableSet;
|
|
8
|
-
|
|
9
|
-
@interface XCSourceCodeRecording : NSObject
|
|
10
|
-
{
|
|
11
|
-
unsigned long long _language;
|
|
12
|
-
NSMutableArray *_treeNodes;
|
|
13
|
-
NSMutableSet *_variableTreeNodes;
|
|
14
|
-
NSArray *_reservedNames;
|
|
15
|
-
NSMutableDictionary *_variableNameToContentNodeDictionary;
|
|
16
|
-
long long _nextVariableCount;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@property(retain) NSMutableDictionary *variableNameToContentNodeDictionary; // @synthesize variableNameToContentNodeDictionary=_variableNameToContentNodeDictionary;
|
|
20
|
-
@property(retain, setter=_setTreeNodes:) NSArray *_treeNodes; // @synthesize _treeNodes;
|
|
21
|
-
@property(readonly) unsigned long long language; // @synthesize language=_language;
|
|
22
|
-
- (BOOL)_shareLongestCommonSection_StartAtIndex:(long long)arg1 nextCandidateIndex:(long long *)arg2;
|
|
23
|
-
- (BOOL)_createAndShareLocalVariableUsingSourceNode:(id)arg1 atIndex:(long long)arg2;
|
|
24
|
-
- (id)_variableNameForVariableContentNode:(id)arg1;
|
|
25
|
-
- (unsigned long long)_variableClassTypeForVariableContentNode:(id)arg1;
|
|
26
|
-
- (id)_variableSuffixForElementType:(unsigned long long)arg1 classType:(unsigned long long)arg2;
|
|
27
|
-
- (id)_transformedVariablePrefixForLabel:(id)arg1;
|
|
28
|
-
- (id)_variableNameForElementType:(unsigned long long)arg1 label:(id)arg2 classType:(unsigned long long)arg3;
|
|
29
|
-
- (id)_uniqueVariableNameWithName:(id)arg1;
|
|
30
|
-
- (id)_nodes:(id)arg1 matchingDistanceFromRoot:(BOOL)arg2 variableContentNode:(id)arg3 withVariableName:(id)arg4 startingIndex:(long long)arg5 replacedNodes:(long long *)arg6 indexOfFirstReplacedNode:(long long *)arg7;
|
|
31
|
-
- (BOOL)_shareCommonSectionsUsingExistingLocalVariables;
|
|
32
|
-
- (void)_shareCommonSectionsInLocalVariables;
|
|
33
|
-
- (id)variableNodeForNode:(id)arg1 withName:(id)arg2 variableType:(unsigned long long)arg3;
|
|
34
|
-
- (id)_sourceCodePrefixForVariableName:(id)arg1 variableType:(unsigned long long)arg2;
|
|
35
|
-
- (id)_stringRepresentationWithOptions:(unsigned long long)arg1 error:(id *)arg2;
|
|
36
|
-
- (id)stringRepresentationWithError:(id *)arg1;
|
|
37
|
-
- (void)appendNode:(id)arg1 replaceLastNode:(BOOL)arg2;
|
|
38
|
-
- (id)copy;
|
|
39
|
-
- (id)initWithLanguage:(unsigned long long)arg1 reservedNames:(id)arg2;
|
|
40
|
-
- (id)init;
|
|
41
|
-
|
|
42
|
-
@end
|
|
@@ -1,84 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
@class NSArray, NSIndexPath, NSNumber, NSSet, NSString;
|
|
8
|
-
|
|
9
|
-
@interface XCSourceCodeTreeNode : NSObject <NSSecureCoding>
|
|
10
|
-
{
|
|
11
|
-
NSString *_sourceCodePrefix;
|
|
12
|
-
NSString *_sourceCodeSuffix;
|
|
13
|
-
NSArray *_childNodes;
|
|
14
|
-
long long _selectedChildNodeIndex;
|
|
15
|
-
XCSourceCodeTreeNode *_parentNode;
|
|
16
|
-
NSSet *_identifierValues;
|
|
17
|
-
NSNumber *_index;
|
|
18
|
-
NSString *_queryType;
|
|
19
|
-
NSNumber *_returnType;
|
|
20
|
-
NSNumber *_calleeType;
|
|
21
|
-
NSNumber *_elementType;
|
|
22
|
-
}
|
|
23
|
-
@property(copy, setter=_setElementType:) NSNumber *_elementType; // @synthesize _elementType;
|
|
24
|
-
@property(copy, setter=_setCalleeType:) NSNumber *_calleeType; // @synthesize _calleeType;
|
|
25
|
-
@property(copy, setter=_setReturnType:) NSNumber *_returnType; // @synthesize _returnType;
|
|
26
|
-
@property(copy, setter=_setQueryType:) NSString *_queryType; // @synthesize _queryType;
|
|
27
|
-
@property(copy, setter=_setIndex:) NSNumber *_index; // @synthesize _index;
|
|
28
|
-
@property(copy, setter=_setIdentifierValues:) NSSet *_identifierValues; // @synthesize _identifierValues;
|
|
29
|
-
@property(retain) XCSourceCodeTreeNode *selectedChildNode;
|
|
30
|
-
@property(readonly) NSIndexPath *selectedChildNodeIndexPath;
|
|
31
|
-
@property unsigned long long selectedChildNodeIndex;
|
|
32
|
-
@property(retain) NSArray *childNodes;
|
|
33
|
-
@property(copy) NSString *sourceCodeSuffix;
|
|
34
|
-
@property(copy) NSString *sourceCodePrefix;
|
|
35
|
-
@property __weak XCSourceCodeTreeNode *parentNode;
|
|
36
|
-
@property(readonly) XCSourceCodeTreeNode *rootNode;
|
|
37
|
-
@property(readonly, copy) NSString *displayName;
|
|
38
|
-
|
|
39
|
-
+ (id)_stringRepresentationsOfNodesAsSeparateLines:(id)arg1 language:(unsigned long long)arg2 options:(unsigned long long)arg3 error:(id *)arg4;
|
|
40
|
-
+ (id)stringRepresentationsOfNodesAsSeparateLines:(id)arg1 language:(unsigned long long)arg2 error:(id *)arg3;
|
|
41
|
-
+ (unsigned long long)_defaultOptions;
|
|
42
|
-
+ (id)treeForStringRepresentation:(id)arg1 range:(struct _NSRange)arg2 error:(id *)arg3;
|
|
43
|
-
+ (struct _NSRange)_rangeOfFirstSourceCodeTreeInString:(id)arg1 range:(struct _NSRange)arg2 compiledSourceCodeRange:(struct _NSRange *)arg3 jsonRange:(struct _NSRange *)arg4;
|
|
44
|
-
+ (struct _NSRange)rangeOfFirstSourceCodeTreeInString:(id)arg1 range:(struct _NSRange)arg2;
|
|
45
|
-
+ (id)_sourceCodeForNodes:(id)arg1 error:(id *)arg2;
|
|
46
|
-
+ (BOOL)_isContentOfNodesArraysEqual:(id)arg1 ignoringSelection:(BOOL)arg2 toDistanceFromRoot:(long long)arg3;
|
|
47
|
-
+ (BOOL)_isContentOfNodesEqual:(id)arg1 ignoringSelection:(BOOL)arg2 toDistanceFromRoot:(long long)arg3;
|
|
48
|
-
+ (BOOL)_isContentEqualIgnoringSelection:(BOOL)arg1 childNodes:(id)arg2 childNodes:(id)arg3 toDistanceFromRoot:(long long)arg4;
|
|
49
|
-
+ (id)_nodesByMergingSimilarNodes:(id)arg1;
|
|
50
|
-
+ (void)_shareSourceCodeStringsForNodes:(id)arg1;
|
|
51
|
-
|
|
52
|
-
- (void)_absorbOnlyChildrenIntoParents;
|
|
53
|
-
- (id)_treeByPushingOutPrefix:(id *)arg1 error:(id *)arg2;
|
|
54
|
-
- (id)copy;
|
|
55
|
-
- (id)_copyIncludingNodesWithDistanceFromRoot:(long long)arg1 passingTest:(CDUnknownBlockType)arg2;
|
|
56
|
-
- (id)_copyIncludingNodesWithDistanceFromRoot:(unsigned long long)arg1 descendantChildrenArrays:(id)arg2 selectedChildNodeIndexes:(id)arg3;
|
|
57
|
-
- (id)_copyIncludingNodesWithMinimumDistanceFromLeaf:(unsigned long long)arg1 descendantChildrenArrays:(id)arg2 selectedChildNodeIndexes:(id)arg3;
|
|
58
|
-
- (BOOL)_canPushPutSolitaryRootNodes;
|
|
59
|
-
- (unsigned long long)_distanceFromRoot;
|
|
60
|
-
- (unsigned long long)_minimumDistanceFromLeaf;
|
|
61
|
-
- (unsigned long long)_maximumDistanceFromLeaf;
|
|
62
|
-
- (id)_stringRepresentationWithCompiledCodeRange:(struct _NSRange *)arg1 options:(unsigned long long)arg2 error:(id *)arg3;
|
|
63
|
-
- (id)_stringRepresentationWithOptions:(unsigned long long)arg1 error:(id *)arg2;
|
|
64
|
-
- (BOOL)_leavesHaveNoNonLeafSiblingsAndHaveSamePrefix:(id *)arg1 suffix:(id *)arg2;
|
|
65
|
-
- (BOOL)_leavesHaveSameAccumulatedPrefix:(id *)arg1;
|
|
66
|
-
- (id)stringRepresentationWithCompiledCodeRange:(struct _NSRange *)arg1 error:(id *)arg2;
|
|
67
|
-
- (id)stringRepresentationWithError:(id *)arg1;
|
|
68
|
-
- (id)initWithCoder:(id)arg1;
|
|
69
|
-
- (void)encodeWithCoder:(id)arg1;
|
|
70
|
-
- (id)_treeAsJSONWithError:(id *)arg1;
|
|
71
|
-
- (id)descriptionWithDepth:(unsigned long long)arg1;
|
|
72
|
-
- (id)_depthStringWithDepth:(unsigned long long)arg1;
|
|
73
|
-
- (id)sourceCodeForAllDescendants;
|
|
74
|
-
- (id)selectedDescendantsSourceCodeWithError:(id *)arg1;
|
|
75
|
-
- (id)selectedChildNodesIndexesWithError:(id *)arg1;
|
|
76
|
-
- (void)setChildrenOnAllLeafNodes:(id)arg1 selectChildNodeIndex:(unsigned long long)arg2;
|
|
77
|
-
- (BOOL)_isContentEqual:(id)arg1 ignoringSelection:(BOOL)arg2 toDistanceFromRoot:(unsigned long long)arg3;
|
|
78
|
-
- (unsigned long long)_descendantCount;
|
|
79
|
-
- (BOOL)setChildNodes:(id)arg1 error:(id *)arg2;
|
|
80
|
-
- (BOOL)_canHaveSiblingNode:(id)arg1;
|
|
81
|
-
- (id)initWithSourceCodePrefix:(id)arg1 sourceCodeSuffix:(id)arg2;
|
|
82
|
-
- (id)init;
|
|
83
|
-
|
|
84
|
-
@end
|
|
@@ -1,18 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
@class NSMutableArray;
|
|
8
|
-
|
|
9
|
-
@interface XCSourceCodeTreeNodeEnumerator : NSObject
|
|
10
|
-
{
|
|
11
|
-
NSMutableArray *_remainingNodes;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
- (id)nextObject;
|
|
15
|
-
- (id)initWithNode:(id)arg1;
|
|
16
|
-
|
|
17
|
-
@end
|
|
18
|
-
|
|
@@ -1,29 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
@class NSString;
|
|
8
|
-
|
|
9
|
-
@interface XCSymbolicationRecord : NSObject
|
|
10
|
-
{
|
|
11
|
-
unsigned long long _lineNumber;
|
|
12
|
-
NSString *_filePath;
|
|
13
|
-
NSString *_symbolName;
|
|
14
|
-
NSString *_symbolOwner;
|
|
15
|
-
}
|
|
16
|
-
@property(copy) NSString *symbolOwner; // @synthesize symbolOwner=_symbolOwner;
|
|
17
|
-
@property(copy) NSString *symbolName; // @synthesize symbolName=_symbolName;
|
|
18
|
-
@property(copy) NSString *filePath; // @synthesize filePath=_filePath;
|
|
19
|
-
@property unsigned long long lineNumber; // @synthesize lineNumber=_lineNumber;
|
|
20
|
-
|
|
21
|
-
+ (id)symbolicationRecordFromRemoteServiceForAddress:(unsigned long long)arg1;
|
|
22
|
-
+ (id)symbolicationRecordForTask:(unsigned int)arg1 address:(unsigned long long)arg2;
|
|
23
|
-
+ (id)symbolicationRecordForAddress:(unsigned long long)arg1;
|
|
24
|
-
+ (void)_setCurrentProcessIsRemoteService;
|
|
25
|
-
+ (id)_symbolicationRecordForSymbolicator:(struct _CSTypeRef)arg1 address:(unsigned long long)arg2;
|
|
26
|
-
+ (id)failureRecord;
|
|
27
|
-
+ (BOOL)softLinkCoreSymbolication;
|
|
28
|
-
|
|
29
|
-
@end
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
@interface XCSymbolicatorHolder : NSObject
|
|
8
|
-
{
|
|
9
|
-
struct _CSTypeRef _symbolicator;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
@property struct _CSTypeRef symbolicator; // @synthesize symbolicator=_symbolicator;
|
|
13
|
-
|
|
14
|
-
@end
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSData;
|
|
10
|
-
|
|
11
|
-
@protocol XCTAXClient <NSObject>
|
|
12
|
-
- (void)handleAccessibilityNotification:(int)arg1 withPayload:(NSData *)arg2;
|
|
13
|
-
@end
|
|
14
|
-
|
|
@@ -1,16 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSError;
|
|
10
|
-
|
|
11
|
-
@protocol XCTAsyncActivity <NSObject>
|
|
12
|
-
@property(readonly) BOOL timedOut;
|
|
13
|
-
@property(readonly) NSError *error;
|
|
14
|
-
- (void)finishWithError:(NSError *)arg1;
|
|
15
|
-
@end
|
|
16
|
-
|
|
@@ -1,23 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import <XCTest/XCTestExpectation.h>
|
|
8
|
-
|
|
9
|
-
#import "XCTAsyncActivity.h"
|
|
10
|
-
|
|
11
|
-
@class NSError, NSString;
|
|
12
|
-
|
|
13
|
-
@interface XCTAsyncActivity : XCTestExpectation <XCTAsyncActivity>
|
|
14
|
-
{
|
|
15
|
-
NSError *_error;
|
|
16
|
-
BOOL _timedOut;
|
|
17
|
-
}
|
|
18
|
-
@property BOOL timedOut; // @synthesize timedOut=_timedOut;
|
|
19
|
-
@property(retain) NSError *error; // @synthesize error=_error;
|
|
20
|
-
|
|
21
|
-
- (void)finishWithError:(id)arg1;
|
|
22
|
-
|
|
23
|
-
@end
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@protocol XCTAutomationTarget <NSObject>
|
|
10
|
-
- (void)requestHostAppExecutableNameWithReply:(void (^)(NSString *))arg1;
|
|
11
|
-
@end
|
|
12
|
-
|
|
@@ -1,23 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import <XCTest/XCTestExpectation.h>
|
|
8
|
-
|
|
9
|
-
@class NSString, _XCTDarwinNotificationExpectationImplementation;
|
|
10
|
-
|
|
11
|
-
@interface XCTDarwinNotificationExpectation : XCTestExpectation
|
|
12
|
-
{
|
|
13
|
-
id _internal;
|
|
14
|
-
}
|
|
15
|
-
@property(retain) _XCTDarwinNotificationExpectationImplementation *internal; // @synthesize internal=_internal;
|
|
16
|
-
@property(copy) CDUnknownBlockType handler;
|
|
17
|
-
@property(readonly, copy) NSString *notificationName;
|
|
18
|
-
|
|
19
|
-
- (void)cleanup;
|
|
20
|
-
- (void)fulfill;
|
|
21
|
-
- (id)initWithNotificationName:(id)arg1;
|
|
22
|
-
|
|
23
|
-
@end
|
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import <XCTest/XCTestExpectation.h>
|
|
8
|
-
|
|
9
|
-
@class NSString, _XCKVOExpectationImplementation;
|
|
10
|
-
|
|
11
|
-
@interface XCTKVOExpectation : XCTestExpectation
|
|
12
|
-
{
|
|
13
|
-
id _internal;
|
|
14
|
-
}
|
|
15
|
-
@property(retain) _XCKVOExpectationImplementation *internal; // @synthesize internal=_internal;
|
|
16
|
-
@property(copy) CDUnknownBlockType handler;
|
|
17
|
-
@property(readonly) unsigned long long options;
|
|
18
|
-
@property(readonly) id expectedValue;
|
|
19
|
-
@property(readonly) id observedObject;
|
|
20
|
-
@property(readonly, copy) NSString *keyPath;
|
|
21
|
-
|
|
22
|
-
- (void)cleanup;
|
|
23
|
-
- (void)fulfill;
|
|
24
|
-
- (id)initWithKeyPath:(id)arg1 object:(id)arg2;
|
|
25
|
-
- (id)initWithKeyPath:(id)arg1 object:(id)arg2 expectedValue:(id)arg3;
|
|
26
|
-
- (id)initWithKeyPath:(id)arg1 object:(id)arg2 expectedValue:(id)arg3 options:(unsigned long long)arg4;
|
|
27
|
-
|
|
28
|
-
@end
|
|
@@ -1,29 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSArray, NSDictionary, NSString;
|
|
10
|
-
|
|
11
|
-
@interface XCTMetric : NSObject
|
|
12
|
-
{
|
|
13
|
-
NSString *_identifier;
|
|
14
|
-
NSString *_name;
|
|
15
|
-
NSString *_units;
|
|
16
|
-
NSDictionary *_baseline;
|
|
17
|
-
NSDictionary *_defaultBaseline;
|
|
18
|
-
NSArray *_measurements;
|
|
19
|
-
}
|
|
20
|
-
@property(copy) NSArray *measurements; // @synthesize measurements=_measurements;
|
|
21
|
-
@property(copy) NSDictionary *defaultBaseline; // @synthesize defaultBaseline=_defaultBaseline;
|
|
22
|
-
@property(copy) NSDictionary *baseline; // @synthesize baseline=_baseline;
|
|
23
|
-
@property(copy) NSString *units; // @synthesize units=_units;
|
|
24
|
-
@property(copy) NSString *name; // @synthesize name=_name;
|
|
25
|
-
@property(copy) NSString *identifier; // @synthesize identifier=_identifier;
|
|
26
|
-
|
|
27
|
-
- (id)init;
|
|
28
|
-
|
|
29
|
-
@end
|
|
@@ -1,27 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import <XCTest/XCTestExpectation.h>
|
|
8
|
-
|
|
9
|
-
@class NSNotificationCenter, NSString, _XCTNSNotificationExpectationImplementation;
|
|
10
|
-
|
|
11
|
-
@interface XCTNSNotificationExpectation : XCTestExpectation
|
|
12
|
-
{
|
|
13
|
-
id _internal;
|
|
14
|
-
}
|
|
15
|
-
@property(retain) _XCTNSNotificationExpectationImplementation *internal; // @synthesize internal=_internal;
|
|
16
|
-
@property(copy) CDUnknownBlockType handler;
|
|
17
|
-
@property(readonly) NSNotificationCenter *notificationCenter;
|
|
18
|
-
@property(readonly, copy) NSString *notificationName;
|
|
19
|
-
@property(readonly) id observedObject;
|
|
20
|
-
|
|
21
|
-
- (void)cleanup;
|
|
22
|
-
- (void)fulfill;
|
|
23
|
-
- (id)initWithName:(id)arg1;
|
|
24
|
-
- (id)initWithName:(id)arg1 object:(id)arg2;
|
|
25
|
-
- (id)initWithName:(id)arg1 object:(id)arg2 notificationCenter:(id)arg3;
|
|
26
|
-
|
|
27
|
-
@end
|
|
@@ -1,24 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import <XCTest/XCTestExpectation.h>
|
|
8
|
-
|
|
9
|
-
@class NSPredicate, _XCTNSPredicateExpectationImplementation;
|
|
10
|
-
|
|
11
|
-
@interface XCTNSPredicateExpectation : XCTestExpectation
|
|
12
|
-
{
|
|
13
|
-
id _internal;
|
|
14
|
-
}
|
|
15
|
-
@property(retain) _XCTNSPredicateExpectationImplementation *internal; // @synthesize internal=_internal;
|
|
16
|
-
@property(copy) CDUnknownBlockType handler;
|
|
17
|
-
@property(readonly, copy) NSPredicate *predicate;
|
|
18
|
-
@property(readonly) id object;
|
|
19
|
-
|
|
20
|
-
- (void)cleanup;
|
|
21
|
-
- (void)fulfill;
|
|
22
|
-
- (id)initWithPredicate:(id)arg1 object:(id)arg2;
|
|
23
|
-
|
|
24
|
-
@end
|
|
@@ -1,21 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
#import "XCTRunnerAutomationSession.h"
|
|
10
|
-
|
|
11
|
-
@class NSString, NSXPCConnection;
|
|
12
|
-
|
|
13
|
-
@interface XCTRunnerAutomationSession : NSObject <XCTRunnerAutomationSession>
|
|
14
|
-
{
|
|
15
|
-
NSXPCConnection *_connection;
|
|
16
|
-
}
|
|
17
|
-
@property NSXPCConnection *connection; // @synthesize connection=_connection;
|
|
18
|
-
|
|
19
|
-
- (id)initWithEndpoint:(id)arg1;
|
|
20
|
-
|
|
21
|
-
@end
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class XCTestConfiguration;
|
|
10
|
-
|
|
11
|
-
@interface XCTTestRunSession : NSObject
|
|
12
|
-
{
|
|
13
|
-
XCTestConfiguration *_testConfiguration;
|
|
14
|
-
id <XCTTestRunSessionDelegate> _delegate;
|
|
15
|
-
}
|
|
16
|
-
@property id <XCTTestRunSessionDelegate> delegate; // @synthesize delegate=_delegate;
|
|
17
|
-
@property(retain) XCTestConfiguration *testConfiguration; // @synthesize testConfiguration=_testConfiguration;
|
|
18
|
-
|
|
19
|
-
- (BOOL)runTestsAndReturnError:(id *)arg1;
|
|
20
|
-
- (BOOL)_preTestingInitialization;
|
|
21
|
-
- (void)resumeAppSleep:(id)arg1;
|
|
22
|
-
- (id)suspendAppSleep;
|
|
23
|
-
- (id)initWithTestConfiguration:(id)arg1 delegate:(id)arg2;
|
|
24
|
-
|
|
25
|
-
@end
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSError, XCTTestRunSession;
|
|
10
|
-
|
|
11
|
-
@protocol XCTTestRunSessionDelegate <NSObject>
|
|
12
|
-
- (void)testRunSessionDidFinishExecutingTestPlan:(XCTTestRunSession *)arg1 reply:(void (^)(void))arg2;
|
|
13
|
-
- (void)testRunSession:(XCTTestRunSession *)arg1 initializationForUITestingDidFailWithError:(NSError *)arg2;
|
|
14
|
-
- (void)testRunSessionDidBeginInitializingForUITesting:(XCTTestRunSession *)arg1;
|
|
15
|
-
- (void)testRunSessionDidBeginExecutingTestPlan:(XCTTestRunSession *)arg1;
|
|
16
|
-
@end
|
|
17
|
-
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSNumber, NSString;
|
|
10
|
-
|
|
11
|
-
@protocol XCTUIApplicationMonitor <NSObject>
|
|
12
|
-
- (void)applicationWithBundleID:(NSString *)arg1 didUpdatePID:(int)arg2 state:(unsigned long long)arg3;
|
|
13
|
-
- (void)processWithToken:(NSNumber *)arg1 exitedWithStatus:(int)arg2;
|
|
14
|
-
- (void)stopTrackingProcessWithToken:(NSNumber *)arg1;
|
|
15
|
-
- (void)crashInProcessWithBundleID:(NSString *)arg1 path:(NSString *)arg2 pid:(int)arg3 symbol:(NSString *)arg4;
|
|
16
|
-
@end
|
|
17
|
-
|
|
@@ -1,16 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSArray, XCTWaiter, XCTestExpectation;
|
|
10
|
-
|
|
11
|
-
@protocol XCTWaiterDelegate <NSObject>
|
|
12
|
-
- (void)waiter:(XCTWaiter *)arg1 didFulfillInvertedExpectation:(XCTestExpectation *)arg2;
|
|
13
|
-
- (void)waiter:(XCTWaiter *)arg1 fulfillmentDidViolateOrderingConstraintsForExpectation:(XCTestExpectation *)arg2 requiredExpectation:(XCTestExpectation *)arg3;
|
|
14
|
-
- (void)waiter:(XCTWaiter *)arg1 didTimeoutWithUnfulfilledExpectations:(NSArray *)arg2;
|
|
15
|
-
@end
|
|
16
|
-
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
@class XCTWaiter;
|
|
8
|
-
|
|
9
|
-
@protocol XCTWaiterDelegatePrivate
|
|
10
|
-
- (void)nestedWaiter:(XCTWaiter *)arg1 wasInterruptedByTimedOutWaiter:(XCTWaiter *)arg2;
|
|
11
|
-
@end
|
|
12
|
-
|
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSMutableArray, NSObject<OS_dispatch_queue>, NSThread;
|
|
10
|
-
|
|
11
|
-
@interface XCTWaiterManager : NSObject
|
|
12
|
-
{
|
|
13
|
-
NSMutableArray *_waiterStack;
|
|
14
|
-
NSThread *_thread;
|
|
15
|
-
NSObject<OS_dispatch_queue> *_queue;
|
|
16
|
-
}
|
|
17
|
-
@property(readonly) NSObject<OS_dispatch_queue> *queue; // @synthesize queue=_queue;
|
|
18
|
-
@property NSThread *thread; // @synthesize thread=_thread;
|
|
19
|
-
@property(retain) NSMutableArray *waiterStack; // @synthesize waiterStack=_waiterStack;
|
|
20
|
-
|
|
21
|
-
+ (id)threadLocalManager;
|
|
22
|
-
|
|
23
|
-
- (void)waiterDidFinishWaiting:(id)arg1;
|
|
24
|
-
- (void)waiterTimedOutWhileWaiting:(id)arg1;
|
|
25
|
-
- (void)waiterWillBeginWaiting:(id)arg1;
|
|
26
|
-
- (id)init;
|
|
27
|
-
|
|
28
|
-
@end
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import <XCTest/XCTestSuite.h>
|
|
8
|
-
|
|
9
|
-
@interface XCTestCaseSuite : XCTestSuite
|
|
10
|
-
{
|
|
11
|
-
Class _testCaseClass;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
+ (id)emptyTestSuiteForTestCaseClass:(Class)arg1;
|
|
15
|
-
- (void)tearDown;
|
|
16
|
-
- (void)setUp;
|
|
17
|
-
- (id)initWithTestCaseClass:(Class)arg1;
|
|
18
|
-
|
|
19
|
-
@end
|
|
@@ -1,26 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
@class NSArray, XCTestContextScope;
|
|
8
|
-
|
|
9
|
-
@interface XCTestContext : NSObject
|
|
10
|
-
{
|
|
11
|
-
BOOL _didHandleUIInterruption;
|
|
12
|
-
XCTestContextScope *_currentScope;
|
|
13
|
-
}
|
|
14
|
-
@property BOOL didHandleUIInterruption; // @synthesize didHandleUIInterruption=_didHandleUIInterruption;
|
|
15
|
-
@property(retain, nonatomic) XCTestContextScope *currentScope; // @synthesize currentScope=_currentScope;
|
|
16
|
-
@property(readonly, copy) NSArray *handlers;
|
|
17
|
-
|
|
18
|
-
+ (CDUnknownBlockType)defaultAsynchronousUIElementHandler;
|
|
19
|
-
|
|
20
|
-
- (BOOL)handleAsynchronousUIElement:(id)arg1;
|
|
21
|
-
- (void)removeUIInterruptionMonitor:(id)arg1;
|
|
22
|
-
- (id)addUIInterruptionMonitorWithDescription:(id)arg1 handler:(CDUnknownBlockType)arg2;
|
|
23
|
-
- (void)performInScope:(CDUnknownBlockType)arg1;
|
|
24
|
-
- (id)init;
|
|
25
|
-
|
|
26
|
-
@end
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
@class NSMutableArray;
|
|
8
|
-
|
|
9
|
-
@interface XCTestContextScope : NSObject
|
|
10
|
-
{
|
|
11
|
-
XCTestContextScope *_parentScope;
|
|
12
|
-
NSMutableArray *_handlers;
|
|
13
|
-
}
|
|
14
|
-
@property(copy) NSMutableArray *handlers; // @synthesize handlers=_handlers;
|
|
15
|
-
@property(readonly) XCTestContextScope *parentScope; // @synthesize parentScope=_parentScope;
|
|
16
|
-
|
|
17
|
-
- (id)initWithParentScope:(id)arg1;
|
|
18
|
-
|
|
19
|
-
@end
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
@class NSNumber;
|
|
8
|
-
|
|
9
|
-
@protocol XCTestDriverInterface
|
|
10
|
-
- (id)_IDE_processWithToken:(NSNumber *)arg1 exitedWithStatus:(NSNumber *)arg2;
|
|
11
|
-
- (id)_IDE_stopTrackingProcessWithToken:(NSNumber *)arg1;
|
|
12
|
-
- (id)_IDE_processWithBundleID:(NSString *)arg1 path:(NSString *)arg2 pid:(NSNumber *)arg3 crashedUnderSymbol:(NSString *)arg4;
|
|
13
|
-
- (id)_IDE_startExecutingTestPlanWithProtocolVersion:(NSNumber *)arg1;
|
|
14
|
-
@end
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
|
|
7
|
-
#import <XCTest/XCTWaiter.h>
|
|
8
|
-
|
|
9
|
-
@interface XCTestExpectationWaiter : XCTWaiter
|
|
10
|
-
{
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
- (long long)wait:(double)arg1 forExpectations:(id)arg2 enforceOrder:(BOOL)arg3;
|
|
14
|
-
- (long long)wait:(double)arg1 forExpectations:(id)arg2;
|
|
15
|
-
|
|
16
|
-
@end
|
|
17
|
-
|