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,32 +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/XCTestObserver.h>
|
|
8
|
-
|
|
9
|
-
#import "XCTestObservation.h"
|
|
10
|
-
|
|
11
|
-
@class NSFileHandle, NSString;
|
|
12
|
-
|
|
13
|
-
@interface XCTestLog : XCTestObserver <XCTestObservation>
|
|
14
|
-
{
|
|
15
|
-
}
|
|
16
|
-
@property(readonly) NSFileHandle *logFileHandle;
|
|
17
|
-
|
|
18
|
-
+ (id)_messageForTest:(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;
|
|
19
|
-
|
|
20
|
-
- (void)testCaseDidFail:(id)arg1 withDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
|
|
21
|
-
- (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;
|
|
22
|
-
- (void)testCaseDidStop:(id)arg1;
|
|
23
|
-
- (void)testCaseDidStart:(id)arg1;
|
|
24
|
-
- (void)testSuiteDidFail:(id)arg1 withDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
|
|
25
|
-
- (void)testSuiteDidStop:(id)arg1;
|
|
26
|
-
- (void)testSuiteDidStart:(id)arg1;
|
|
27
|
-
- (void)_testDidFail:(id)arg1 withDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
|
|
28
|
-
- (void)testLogWithFormat:(id)arg1 arguments:(char *)arg2;
|
|
29
|
-
- (void)testLogWithFormat:(id)arg1;
|
|
30
|
-
- (id)dateFormatter;
|
|
31
|
-
|
|
32
|
-
@end
|
|
@@ -1,36 +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, NSDictionary, NSNumber, NSString, XCActivityRecord;
|
|
8
|
-
|
|
9
|
-
@protocol XCTestManager_IDEInterface
|
|
10
|
-
- (id)_XCT_handleCrashReportData:(NSData *)arg1 fromFileWithName:(NSString *)arg2;
|
|
11
|
-
- (id)_XCT_nativeFocusItemDidChangeAtTime:(NSNumber *)arg1 parameterSnapshot:(id/*XCElementSnapshot*/)arg2 applicationSnapshot:(id/*XCElementSnapshot*/)arg3;
|
|
12
|
-
- (id)_XCT_recordedEventNames:(NSArray *)arg1 timestamp:(NSNumber *)arg2 duration:(NSNumber *)arg3 startLocation:(NSDictionary *)arg4 startElementSnapshot:(id/*XCElementSnapshot*/)arg5 startApplicationSnapshot:(id/*XCElementSnapshot*/)arg6 endLocation:(NSDictionary *)arg7 endElementSnapshot:(id/*XCElementSnapshot*/)arg8 endApplicationSnapshot:(id/*XCElementSnapshot*/)arg9;
|
|
13
|
-
- (id)_XCT_testCase:(NSString *)arg1 method:(NSString *)arg2 didFinishActivity:(XCActivityRecord *)arg3;
|
|
14
|
-
- (id)_XCT_testCase:(NSString *)arg1 method:(NSString *)arg2 willStartActivity:(XCActivityRecord *)arg3;
|
|
15
|
-
- (id)_XCT_recordedOrientationChange:(NSString *)arg1;
|
|
16
|
-
- (id)_XCT_recordedFirstResponderChangedWithApplicationSnapshot:(id/*XCElementSnapshot*/)arg1;
|
|
17
|
-
- (id)_XCT_exchangeCurrentProtocolVersion:(NSNumber *)arg1 minimumVersion:(NSNumber *)arg2;
|
|
18
|
-
- (id)_XCT_recordedKeyEventsWithApplicationSnapshot:(id/*XCElementSnapshot*/)arg1 characters:(NSString *)arg2 charactersIgnoringModifiers:(NSString *)arg3 modifierFlags:(NSNumber *)arg4;
|
|
19
|
-
- (id)_XCT_logDebugMessage:(NSString *)arg1;
|
|
20
|
-
- (id)_XCT_logMessage:(NSString *)arg1;
|
|
21
|
-
- (id)_XCT_testMethod:(NSString *)arg1 ofClass:(NSString *)arg2 didMeasureMetric:(NSDictionary *)arg3 file:(NSString *)arg4 line:(NSNumber *)arg5;
|
|
22
|
-
- (id)_XCT_testCase:(NSString *)arg1 method:(NSString *)arg2 didStallOnMainThreadInFile:(NSString *)arg3 line:(NSNumber *)arg4;
|
|
23
|
-
- (id)_XCT_testCaseDidFinishForTestClass:(NSString *)arg1 method:(NSString *)arg2 withStatus:(NSString *)arg3 duration:(NSNumber *)arg4;
|
|
24
|
-
- (id)_XCT_testCaseDidFailForTestClass:(NSString *)arg1 method:(NSString *)arg2 withMessage:(NSString *)arg3 file:(NSString *)arg4 line:(NSNumber *)arg5;
|
|
25
|
-
- (id)_XCT_testCaseDidStartForTestClass:(NSString *)arg1 method:(NSString *)arg2;
|
|
26
|
-
- (id)_XCT_testSuite:(NSString *)arg1 didFinishAt:(NSString *)arg2 runCount:(NSNumber *)arg3 withFailures:(NSNumber *)arg4 unexpected:(NSNumber *)arg5 testDuration:(NSNumber *)arg6 totalDuration:(NSNumber *)arg7;
|
|
27
|
-
- (id)_XCT_testSuite:(NSString *)arg1 didStartAt:(NSString *)arg2;
|
|
28
|
-
- (id)_XCT_initializationForUITestingDidFailWithError:(NSError *)arg1;
|
|
29
|
-
- (id)_XCT_didBeginInitializingForUITesting;
|
|
30
|
-
- (id)_XCT_didFinishExecutingTestPlan;
|
|
31
|
-
- (id)_XCT_didBeginExecutingTestPlan;
|
|
32
|
-
- (id)_XCT_testBundleReadyWithProtocolVersion:(NSNumber *)arg1 minimumVersion:(NSNumber *)arg2;
|
|
33
|
-
- (id)_XCT_getProgressForLaunch:(id)arg1;
|
|
34
|
-
- (id)_XCT_terminateProcess:(id)arg1;
|
|
35
|
-
- (id)_XCT_launchProcessWithPath:(NSString *)arg1 bundleID:(NSString *)arg2 arguments:(NSArray *)arg3 environmentVariables:(NSDictionary *)arg4;
|
|
36
|
-
@end
|
|
@@ -1,54 +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 <UIKit/UIKit.h>
|
|
8
|
-
|
|
9
|
-
@class NSArray, NSDictionary, NSNumber, NSString, NSUUID, XCSynthesizedEventRecord, XCTouchGesture, NSXPCListenerEndpoint;
|
|
10
|
-
|
|
11
|
-
@protocol XCTestManager_ManagerInterface
|
|
12
|
-
// since Xcode9
|
|
13
|
-
- (void)_XCT_requestBundleIDForPID:(int)arg1 reply:(void (^)(NSString *, NSError *))arg2;
|
|
14
|
-
- (void)_XCT_loadAccessibilityWithTimeout:(double)arg1 reply:(void (^)(BOOL, NSError *))arg2;
|
|
15
|
-
- (void)_XCT_injectVoiceRecognitionAudioInputPaths:(NSArray *)arg1 completion:(void (^)(BOOL, NSError *))arg2;
|
|
16
|
-
- (void)_XCT_injectAssistantRecognitionStrings:(NSArray *)arg1 completion:(void (^)(BOOL, NSError *))arg2;
|
|
17
|
-
- (void)_XCT_startSiriUIRequestWithAudioFileURL:(NSURL *)arg1 completion:(void (^)(BOOL, NSError *))arg2;
|
|
18
|
-
- (void)_XCT_startSiriUIRequestWithText:(NSString *)arg1 completion:(void (^)(BOOL, NSError *))arg2;
|
|
19
|
-
- (void)_XCT_requestDTServiceHubConnectionWithReply:(void (^)(NSXPCListenerEndpoint *, NSError *))arg1;
|
|
20
|
-
- (void)_XCT_enableFauxCollectionViewCells:(void (^)(BOOL, NSError *))arg1;
|
|
21
|
-
- (void)_XCT_setAXTimeout:(double)arg1 reply:(void (^)(int))arg2;
|
|
22
|
-
- (void)_XCT_requestScreenshotWithReply:(void (^)(NSData *, NSError *))arg1;
|
|
23
|
-
- (void)_XCT_sendString:(NSString *)arg1 maximumFrequency:(NSUInteger)arg2 completion:(void (^)(NSError *))arg3;
|
|
24
|
-
- (void)_XCT_updateDeviceOrientation:(long long)arg1 completion:(void (^)(NSError *))arg2;
|
|
25
|
-
- (void)_XCT_performDeviceEvent:(id/*XCDeviceEvent*/)arg1 completion:(void (^)(NSError *))arg2;
|
|
26
|
-
- (void)_XCT_synthesizeEvent:(XCSynthesizedEventRecord *)arg1 completion:(void (^)(NSError *))arg2;
|
|
27
|
-
- (void)_XCT_requestElementAtPoint:(CGPoint)arg1 reply:(void (^)(id/*XCAccessibilityElement*/, NSError *))arg2;
|
|
28
|
-
- (void)_XCT_fetchParameterizedAttributeForElement:(id/*XCAccessibilityElement*/)arg1 attributes:(NSNumber *)arg2 parameter:(id)arg3 reply:(void (^)(id, NSError *))arg4;
|
|
29
|
-
- (void)_XCT_setAttribute:(NSNumber *)arg1 value:(id)arg2 element:(id/*XCAccessibilityElement*/)arg3 reply:(void (^)(BOOL, NSError *))arg4;
|
|
30
|
-
- (void)_XCT_fetchAttributes:(id)attributes forElement:(id)element reply:(void (^)(NSDictionary *, NSError *))reply;
|
|
31
|
-
- (void)_XCT_fetchAttributesForElement:(id/*XCAccessibilityElement*/)arg1 attributes:(NSArray *)arg2 reply:(void (^)(NSDictionary *, NSError *))arg3;
|
|
32
|
-
- (void)_XCT_terminateApplicationWithBundleID:(NSString *)arg1 completion:(void (^)(NSError *))arg2;
|
|
33
|
-
- (void)_XCT_performAccessibilityAction:(int)arg1 onElement:(id/*XCAccessibilityElement*/)arg2 withValue:(id)arg3 reply:(void (^)(NSError *))arg4;
|
|
34
|
-
- (void)_XCT_unregisterForAccessibilityNotification:(int)arg1 withRegistrationToken:(NSNumber *)arg2 reply:(void (^)(NSError *))arg3;
|
|
35
|
-
- (void)_XCT_registerForAccessibilityNotification:(int)arg1 reply:(void (^)(NSNumber *, NSError *))arg2;
|
|
36
|
-
- (void)_XCT_launchApplicationWithBundleID:(NSString *)arg1 arguments:(NSArray *)arg2 environment:(NSDictionary *)arg3 completion:(void (^)(NSError *))arg4;
|
|
37
|
-
- (void)_XCT_startMonitoringApplicationWithBundleID:(NSString *)arg1;
|
|
38
|
-
- (void)_XCT_requestBackgroundAssertionForPID:(int)arg1 reply:(void (^)(BOOL))arg2;
|
|
39
|
-
- (void)_XCT_requestBackgroundAssertionWithReply:(void (^)(void))arg1;
|
|
40
|
-
- (void)_XCT_registerTarget;
|
|
41
|
-
- (void)_XCT_requestEndpointForTestTargetWithPID:(int)arg1 preferredBackendPath:(NSString *)arg2 reply:(void (^)(NSXPCListenerEndpoint *, NSError *))arg3;
|
|
42
|
-
- (void)_XCT_requestSocketForSessionIdentifier:(NSUUID *)arg1 reply:(void (^)(NSFileHandle *))arg2;
|
|
43
|
-
- (void)_XCT_exchangeProtocolVersion:(unsigned long long)arg1 reply:(void (^)(unsigned long long))arg2;
|
|
44
|
-
|
|
45
|
-
// Available since Xcode9
|
|
46
|
-
// The first screenID type changed from "unsigned int" to "long long" since Xcode 13.3 in XCTAutomationSupport.framework/XCTScreenshotRequest.h
|
|
47
|
-
// but this place is still "unsigned int" in the header. Appium/WDA changes to "long long" for Xcode 13.3 x iOS 15.4 environment.
|
|
48
|
-
- (void)_XCT_requestScreenshotOfScreenWithID:(long long)arg1 withRect:(struct CGRect)arg2 uti:(NSString *)arg3 compressionQuality:(double)arg4 withReply:(void (^)(NSData *, NSError *))arg5;
|
|
49
|
-
- (void)_XCT_requestScreenshotOfScreenWithID:(long long)arg1 withRect:(struct CGRect)arg2 withReply:(void (^)(NSData *, NSError *))arg3;
|
|
50
|
-
- (void)_XCT_requestSnapshotForElement:(id/*XCAccessibilityElement*/)arg1 attributes:(NSArray *)arg2 parameters:(NSDictionary *)arg3 reply:(void (^)(id/*XCElementSnapshot*/, NSError *))arg4;
|
|
51
|
-
|
|
52
|
-
// Available since Xcode 12.5. Required (!!!) to use since Xcode 13
|
|
53
|
-
- (void)_XCT_requestScreenshot:(/*XCTScreenshotRequest * */id)arg1 withReply:(void (^)(/*XCTImage * */id, NSError *))arg2;
|
|
54
|
-
@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
|
-
@class NSData, NSString;
|
|
8
|
-
|
|
9
|
-
@protocol XCTestManager_TestsInterface
|
|
10
|
-
- (void)_XCT_receivedAccessibilityNotification:(int)arg1 withPayload:(NSData *)arg2;
|
|
11
|
-
- (void)_XCT_applicationWithBundleID:(NSString *)arg1 didUpdatePID:(int)arg2 andState:(unsigned long long)arg3;
|
|
12
|
-
@end
|
|
@@ -1,37 +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 "XCTestObservation.h"
|
|
10
|
-
|
|
11
|
-
@class NSMutableArray, NSString, XCTestCase, XCTestSuite;
|
|
12
|
-
|
|
13
|
-
@interface XCTestMisuseObserver : NSObject <XCTestObservation>
|
|
14
|
-
{
|
|
15
|
-
CDUnknownBlockType _warningLogHandler;
|
|
16
|
-
NSMutableArray *_testSuiteStack;
|
|
17
|
-
XCTestCase *_currentTestCase;
|
|
18
|
-
}
|
|
19
|
-
@property(retain) XCTestCase *currentTestCase; // @synthesize currentTestCase=_currentTestCase;
|
|
20
|
-
@property(readonly) NSMutableArray *testSuiteStack; // @synthesize testSuiteStack=_testSuiteStack;
|
|
21
|
-
@property(readonly, copy) CDUnknownBlockType warningLogHandler; // @synthesize warningLogHandler=_warningLogHandler;
|
|
22
|
-
@property(readonly) XCTestSuite *currentTestSuite;
|
|
23
|
-
|
|
24
|
-
- (void)testCaseDidFinish:(id)arg1;
|
|
25
|
-
- (void)testCase:(id)arg1 didFailWithDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
|
|
26
|
-
- (void)testCaseWillStart:(id)arg1;
|
|
27
|
-
- (void)testSuiteDidFinish:(id)arg1;
|
|
28
|
-
- (void)testSuiteWillStart:(id)arg1;
|
|
29
|
-
- (BOOL)testSuiteStackContainsTestSuite:(id)arg1;
|
|
30
|
-
- (void)removeTestSuiteFromStack:(id)arg1;
|
|
31
|
-
- (void)popCurrentTestSuite;
|
|
32
|
-
- (void)pushTestSuite:(id)arg1;
|
|
33
|
-
- (void)emitWarningLog:(id)arg1;
|
|
34
|
-
|
|
35
|
-
- (id)initWithWarningLogHandler:(CDUnknownBlockType)arg1;
|
|
36
|
-
|
|
37
|
-
@end
|
|
@@ -1,20 +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 NSBundle, NSString, XCTestCase, XCTestSuite;
|
|
8
|
-
|
|
9
|
-
@protocol XCTestObservation <NSObject>
|
|
10
|
-
|
|
11
|
-
@optional
|
|
12
|
-
- (void)testCaseDidFinish:(XCTestCase *)arg1;
|
|
13
|
-
- (void)testCase:(XCTestCase *)arg1 didFailWithDescription:(NSString *)arg2 inFile:(NSString *)arg3 atLine:(unsigned long long)arg4;
|
|
14
|
-
- (void)testCaseWillStart:(XCTestCase *)arg1;
|
|
15
|
-
- (void)testSuiteDidFinish:(XCTestSuite *)arg1;
|
|
16
|
-
- (void)testSuite:(XCTestSuite *)arg1 didFailWithDescription:(NSString *)arg2 inFile:(NSString *)arg3 atLine:(unsigned long long)arg4;
|
|
17
|
-
- (void)testSuiteWillStart:(XCTestSuite *)arg1;
|
|
18
|
-
- (void)testBundleDidFinish:(NSBundle *)arg1;
|
|
19
|
-
- (void)testBundleWillStart:(NSBundle *)arg1;
|
|
20
|
-
@end
|
|
@@ -1,20 +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 XCTestObserver : NSObject
|
|
8
|
-
{
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
- (void)testCaseDidFail:(id)arg1 withDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
|
|
12
|
-
- (void)testCaseDidStop:(id)arg1;
|
|
13
|
-
- (void)testCaseDidStart:(id)arg1;
|
|
14
|
-
- (void)testSuiteDidFail:(id)arg1 withDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
|
|
15
|
-
- (void)testSuiteDidStop:(id)arg1;
|
|
16
|
-
- (void)testSuiteDidStart:(id)arg1;
|
|
17
|
-
- (void)stopObserving;
|
|
18
|
-
- (void)startObserving;
|
|
19
|
-
|
|
20
|
-
@end
|
|
@@ -1,48 +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/XCTest.h>
|
|
8
|
-
|
|
9
|
-
@class NSArray, NSMutableArray, NSString;
|
|
10
|
-
|
|
11
|
-
@interface XCTestSuite : XCTest
|
|
12
|
-
{
|
|
13
|
-
id _internalImplementation;
|
|
14
|
-
}
|
|
15
|
-
@property(readonly, copy) NSArray *tests;
|
|
16
|
-
@property(copy) NSString *name;
|
|
17
|
-
|
|
18
|
-
+ (id)testSuiteForTestConfiguration:(id)arg1;
|
|
19
|
-
+ (id)defaultTestSuite;
|
|
20
|
-
+ (id)allTests;
|
|
21
|
-
+ (id)testSuiteForTestCaseClass:(Class)arg1;
|
|
22
|
-
+ (id)testSuiteForTestCaseWithName:(id)arg1;
|
|
23
|
-
+ (id)testSuiteForBundlePath:(id)arg1;
|
|
24
|
-
+ (id)suiteForBundleCache;
|
|
25
|
-
+ (void)invalidateCache;
|
|
26
|
-
+ (id)_suiteForBundleCache;
|
|
27
|
-
+ (id)emptyTestSuiteNamedFromPath:(id)arg1;
|
|
28
|
-
+ (id)testSuiteWithName:(id)arg1;
|
|
29
|
-
+ (id)testCaseNamesForScopeNames:(id)arg1;
|
|
30
|
-
|
|
31
|
-
- (id)_initWithTestConfiguration:(id)arg1;
|
|
32
|
-
- (void)_sortTestsUsingComparator:(CDUnknownBlockType)arg1;
|
|
33
|
-
- (void)performTest:(id)arg1;
|
|
34
|
-
- (void)_performProtectedSectionForTest:(id)arg1 testSection:(CDUnknownBlockType)arg2;
|
|
35
|
-
- (void)_recordUnexpectedFailureForTestRun:(id)arg1 description:(id)arg2 exception:(id)arg3;
|
|
36
|
-
- (void)recordFailureWithDescription:(id)arg1 inFile:(id)arg2 atLine:(unsigned long long)arg3 expected:(BOOL)arg4;
|
|
37
|
-
- (Class)testRunClass;
|
|
38
|
-
- (Class)_requiredTestRunBaseClass;
|
|
39
|
-
- (unsigned long long)testCaseCount;
|
|
40
|
-
- (void)setTests:(id)arg1;
|
|
41
|
-
- (void)addTest:(id)arg1;
|
|
42
|
-
- (id)_testSuiteWithIdentifier:(id)arg1;
|
|
43
|
-
- (id)description;
|
|
44
|
-
- (id)initWithName:(id)arg1;
|
|
45
|
-
- (id)init;
|
|
46
|
-
- (void)removeTestsWithNames:(id)arg1;
|
|
47
|
-
|
|
48
|
-
@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/XCTestRun.h>
|
|
8
|
-
|
|
9
|
-
@class NSArray, NSMutableArray;
|
|
10
|
-
|
|
11
|
-
@interface XCTestSuiteRun : XCTestRun
|
|
12
|
-
{
|
|
13
|
-
NSMutableArray *_testRuns;
|
|
14
|
-
}
|
|
15
|
-
@property(readonly, copy) NSArray *testRuns;
|
|
16
|
-
|
|
17
|
-
- (void)recordFailureWithDescription:(id)arg1 inFile:(id)arg2 atLine:(unsigned long long)arg3 expected:(BOOL)arg4;
|
|
18
|
-
- (double)testDuration;
|
|
19
|
-
- (unsigned long long)unexpectedExceptionCount;
|
|
20
|
-
- (unsigned long long)failureCount;
|
|
21
|
-
- (unsigned long long)executionCount;
|
|
22
|
-
- (void)addTestRun:(id)arg1;
|
|
23
|
-
- (void)stop;
|
|
24
|
-
- (void)start;
|
|
25
|
-
|
|
26
|
-
- (id)initWithTest:(id)arg1;
|
|
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
|
-
@class NSString, NSUUID;
|
|
8
|
-
|
|
9
|
-
@interface XCUIElementAsynchronousHandlerWrapper : NSObject
|
|
10
|
-
{
|
|
11
|
-
CDUnknownBlockType _handler;
|
|
12
|
-
NSString *_handlerDescription;
|
|
13
|
-
NSUUID *_identifier;
|
|
14
|
-
}
|
|
15
|
-
@property(copy) NSUUID *identifier; // @synthesize identifier=_identifier;
|
|
16
|
-
@property(copy) NSString *handlerDescription; // @synthesize handlerDescription=_handlerDescription;
|
|
17
|
-
@property(copy) CDUnknownBlockType handler; // @synthesize handler=_handler;
|
|
18
|
-
|
|
19
|
-
@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/XCUICoordinate.h>
|
|
8
|
-
#import <TargetConditionals.h>
|
|
9
|
-
|
|
10
|
-
#if !TARGET_OS_IPHONE
|
|
11
|
-
|
|
12
|
-
@interface XCUIElementHitPointCoordinate : XCUICoordinate
|
|
13
|
-
{
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
- (id)description;
|
|
17
|
-
- (struct CGPoint)screenPoint;
|
|
18
|
-
- (id)initWithCoordinate:(id)arg1 pointsOffset:(struct CGVector)arg2;
|
|
19
|
-
- (id)initWithElement:(id)arg1 normalizedOffset:(struct CGVector)arg2;
|
|
20
|
-
- (id)initWithElement:(id)arg1;
|
|
21
|
-
|
|
22
|
-
@end
|
|
23
|
-
|
|
24
|
-
#endif
|
|
@@ -1,65 +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, NSSet, XCUIRecorderNodeFinderMatch;
|
|
8
|
-
|
|
9
|
-
@interface XCUIRecorderNodeFinder : NSObject
|
|
10
|
-
{
|
|
11
|
-
unsigned long long _state;
|
|
12
|
-
NSSet *_descendantsWithTargetElementType;
|
|
13
|
-
NSArray *_childrenWithTargetElementType;
|
|
14
|
-
BOOL _allowDirectChildrenMatches;
|
|
15
|
-
BOOL _shouldAttemptToUseIdentifier;
|
|
16
|
-
BOOL _shouldAttemptToUsePlaceholderValue;
|
|
17
|
-
BOOL _shouldAttemptToUseLabel;
|
|
18
|
-
BOOL _shouldAttemptToUseTitle;
|
|
19
|
-
BOOL _shouldAttemptToUseTruncatedValueString;
|
|
20
|
-
BOOL _allowElementQueries;
|
|
21
|
-
BOOL _excludeUnlessNecessary;
|
|
22
|
-
NSMutableArray *_mutableFoundNodeMatches;
|
|
23
|
-
NSMutableArray *_unprocessedContainsMatches;
|
|
24
|
-
XCUIRecorderNodeFinderMatch *_ancestorNodeFinderMatch;
|
|
25
|
-
unsigned long long _targetSnapshotIndex;
|
|
26
|
-
id/*XCElementSnapshot*/ _targetSnapshot;
|
|
27
|
-
unsigned long long _language;
|
|
28
|
-
unsigned long long _platform;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
+ (id)nodeToFindElementForSnapshots:(id)arg1 language:(unsigned long long)arg2 platform:(unsigned long long)arg3;
|
|
32
|
-
+ (id)_nodeFindersForSnapshots:(id)arg1 ancestorMatch:(id)arg2 ancestorIndex:(unsigned long long)arg3 stopCombinatorialExpansionIndexes:(id)arg4 excludeUnlessNecessaryElementTypes:(id)arg5 language:(unsigned long long)arg6 platform:(unsigned long long)arg7;
|
|
33
|
-
+ (id)_excludeUnlessNecessaryElementTypesForPlatform:(unsigned long long)arg1;
|
|
34
|
-
+ (id)_stopCombinatorialExpansionElementTypesForPlatform:(unsigned long long)arg1;
|
|
35
|
-
@property BOOL excludeUnlessNecessary; // @synthesize excludeUnlessNecessary=_excludeUnlessNecessary;
|
|
36
|
-
@property BOOL allowElementQueries; // @synthesize allowElementQueries=_allowElementQueries;
|
|
37
|
-
@property unsigned long long platform; // @synthesize platform=_platform;
|
|
38
|
-
@property unsigned long long language; // @synthesize language=_language;
|
|
39
|
-
@property(retain) id/*XCElementSnapshot*/ targetSnapshot; // @synthesize targetSnapshot=_targetSnapshot;
|
|
40
|
-
@property unsigned long long targetSnapshotIndex; // @synthesize targetSnapshotIndex=_targetSnapshotIndex;
|
|
41
|
-
@property(retain) XCUIRecorderNodeFinderMatch *ancestorNodeFinderMatch; // @synthesize ancestorNodeFinderMatch=_ancestorNodeFinderMatch;
|
|
42
|
-
@property(retain) NSMutableArray *unprocessedContainsMatches; // @synthesize unprocessedContainsMatches=_unprocessedContainsMatches;
|
|
43
|
-
@property(retain) NSMutableArray *mutableFoundNodeMatches; // @synthesize mutableFoundNodeMatches=_mutableFoundNodeMatches;
|
|
44
|
-
- (id)descendantsQueryNodeWithTargetElementTypeContainingElementsOfType:(unsigned long long)arg1 identifierValue:(id)arg2;
|
|
45
|
-
- (id)childrenQueryNodeWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
46
|
-
- (id)descendantsQueryNodeWithElementType:(unsigned long long)arg1;
|
|
47
|
-
- (id)descendantsQueryNodeWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
48
|
-
- (id)childAtIndexNodeWithTargetElementType;
|
|
49
|
-
- (id)childAtIndexNodeWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
50
|
-
- (id)uniqueChildNodeWithTargetElementType;
|
|
51
|
-
- (id)uniqueChildNodeWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
52
|
-
- (id)uniqueDescendantNodeWithTargetElementType;
|
|
53
|
-
- (id)uniqueDescendantNodeWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
54
|
-
- (id)descendantsWithTargetElementTypeContainingDescendantElementsWithType:(unsigned long long)arg1 identifierValue:(id)arg2;
|
|
55
|
-
- (id)childrenWithTargetElementType;
|
|
56
|
-
- (id)childrenWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
57
|
-
- (id)descendantsWithTargetElementType;
|
|
58
|
-
- (id)descendantsWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
59
|
-
- (id)nextNodeFinderMatch;
|
|
60
|
-
- (id)_stringConstantForString:(id)arg1;
|
|
61
|
-
- (void)removeFromAncestorNodeFinderMatch;
|
|
62
|
-
- (void)invalidate;
|
|
63
|
-
- (id)initWithTargetSnapshot:(id)arg1 targetSnapshotIndex:(unsigned long long)arg2 ancestorMatch:(id)arg3 allowElementQueries:(BOOL)arg4 excludeUnlessNecessary:(BOOL)arg5 language:(unsigned long long)arg6 platform:(unsigned long long)arg7;
|
|
64
|
-
|
|
65
|
-
@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
|
-
@class NSMutableArray, NSSet, XCSourceCodeTreeNode, XCUIRecorderNodeFinder;
|
|
8
|
-
|
|
9
|
-
@interface XCUIRecorderNodeFinderMatch : NSObject
|
|
10
|
-
{
|
|
11
|
-
NSSet *_matchingSnapshots;
|
|
12
|
-
XCSourceCodeTreeNode *_node;
|
|
13
|
-
XCUIRecorderNodeFinder *_ancestorFinder;
|
|
14
|
-
NSMutableArray *_descendantFinders;
|
|
15
|
-
}
|
|
16
|
-
@property(retain) NSMutableArray *descendantFinders; // @synthesize descendantFinders=_descendantFinders;
|
|
17
|
-
@property(retain) XCUIRecorderNodeFinder *ancestorFinder; // @synthesize ancestorFinder=_ancestorFinder;
|
|
18
|
-
@property(retain) XCSourceCodeTreeNode *node; // @synthesize node=_node;
|
|
19
|
-
@property(copy) NSSet *matchingSnapshots; // @synthesize matchingSnapshots=_matchingSnapshots;
|
|
20
|
-
|
|
21
|
-
- (void)invalidate;
|
|
22
|
-
- (id)nodeIncludingDescendants;
|
|
23
|
-
- (id)initWithNode:(id)arg1 matchingSnapshots:(id)arg2 ancestorFinder:(id)arg3;
|
|
24
|
-
|
|
25
|
-
@end
|
|
@@ -1,20 +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 XCUIRecorderTimingMessage : NSObject
|
|
10
|
-
{
|
|
11
|
-
double _start;
|
|
12
|
-
NSString *_message;
|
|
13
|
-
}
|
|
14
|
-
@property(copy) NSString *message; // @synthesize message=_message;
|
|
15
|
-
@property double start; // @synthesize start=_start;
|
|
16
|
-
|
|
17
|
-
+ (id)descriptionForTimingMessages:(id)arg1;
|
|
18
|
-
+ (id)messageWithString:(id)arg1;
|
|
19
|
-
|
|
20
|
-
@end
|
|
@@ -1,45 +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 NSMutableString;
|
|
8
|
-
|
|
9
|
-
@interface XCUIRecorderUtilities : NSObject
|
|
10
|
-
{
|
|
11
|
-
unsigned long long _language;
|
|
12
|
-
unsigned long long _platform;
|
|
13
|
-
unsigned long long _compareSnapshotsLikePlatform;
|
|
14
|
-
id/*XCAccessibilityElement*/ _previousFocusedAccessibilityElement;
|
|
15
|
-
NSMutableString *_previousTyping;
|
|
16
|
-
}
|
|
17
|
-
@property(retain) NSMutableString *previousTyping; // @synthesize previousTyping=_previousTyping;
|
|
18
|
-
@property(retain) id/*XCAccessibilityElement*/ previousFocusedAccessibilityElement; // @synthesize previousFocusedAccessibilityElement=_previousFocusedAccessibilityElement;
|
|
19
|
-
@property unsigned long long _compareSnapshotsLikePlatform; // @synthesize _compareSnapshotsLikePlatform;
|
|
20
|
-
@property unsigned long long language; // @synthesize language=_language;
|
|
21
|
-
@property unsigned long long platform; // @synthesize platform=_platform;
|
|
22
|
-
|
|
23
|
-
+ (id)applicationNodeForLanguage:(unsigned long long)arg1;
|
|
24
|
-
+ (unsigned long long)currentPlatform;
|
|
25
|
-
|
|
26
|
-
- (id)performWithKeyModifiersAndBlockNodeForModifierFlags:(unsigned long long)arg1;
|
|
27
|
-
- (id)gestureNodesForKeyDownEventWithCharacters:(id)arg1 charactersIgnoringModifiers:(id)arg2 modifierFlags:(unsigned long long)arg3 focusedAccessibilityElement:(id)arg4 didAppendToPreviousString:(BOOL *)arg5;
|
|
28
|
-
- (id)_stringConstantForString:(id)arg1;
|
|
29
|
-
- (void)clearPreviousTyping;
|
|
30
|
-
- (id)nodeToFindElementForSnapshots:(id)arg1;
|
|
31
|
-
- (id)typeKeyNodeForKey:(id)arg1 modifierFlags:(unsigned long long)arg2;
|
|
32
|
-
- (id)typeStringNodeForString:(id)arg1;
|
|
33
|
-
- (id)stringForKeyModifierFlags:(unsigned long long)arg1;
|
|
34
|
-
- (id)simpleGestureNodeForMethodName:(id)arg1;
|
|
35
|
-
- (id)assertHasFocusNode;
|
|
36
|
-
- (id)remoteNodeWithButtonSymbolName:(id)arg1;
|
|
37
|
-
- (id)commentNodeWithString:(id)arg1;
|
|
38
|
-
- (id)applicationNode;
|
|
39
|
-
- (id)focusedAccessibilityElementForApplicationSnapshot:(id)arg1;
|
|
40
|
-
- (id)snapshotsForAccessibilityElement:(id)arg1 applicationSnapshot:(id)arg2;
|
|
41
|
-
- (id)snapshotInTreeStartingWithSnapshot:(id)arg1 forElement:(id)arg2;
|
|
42
|
-
- (id)_snapshotInTreeStartingWithSnapshot:(id)arg1 passingPredicateBlock:(CDUnknownBlockType)arg2;
|
|
43
|
-
- (id)nodeForOrientationChangeWithSymbolName:(id)arg1;
|
|
44
|
-
|
|
45
|
-
@end
|
|
@@ -1,43 +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 NSDate, XCTest;
|
|
8
|
-
|
|
9
|
-
@interface _XCInternalTestRun : NSObject
|
|
10
|
-
{
|
|
11
|
-
XCTest *_test;
|
|
12
|
-
double _startTimeInterval;
|
|
13
|
-
double _stopTimeInterval;
|
|
14
|
-
unsigned long long _executionCount;
|
|
15
|
-
unsigned long long _failureCount;
|
|
16
|
-
unsigned long long _unexpectedExceptionCount;
|
|
17
|
-
BOOL _hasStarted;
|
|
18
|
-
BOOL _hasStopped;
|
|
19
|
-
unsigned long long _executionCountBeforeCrash;
|
|
20
|
-
unsigned long long _failureCountBeforeCrash;
|
|
21
|
-
unsigned long long _unexpectedExceptionCountBeforeCrash;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@property unsigned long long unexpectedExceptionCountBeforeCrash; // @synthesize unexpectedExceptionCountBeforeCrash=_unexpectedExceptionCountBeforeCrash;
|
|
25
|
-
@property unsigned long long failureCountBeforeCrash; // @synthesize failureCountBeforeCrash=_failureCountBeforeCrash;
|
|
26
|
-
@property unsigned long long executionCountBeforeCrash; // @synthesize executionCountBeforeCrash=_executionCountBeforeCrash;
|
|
27
|
-
@property(readonly) BOOL hasStopped; // @synthesize hasStopped=_hasStopped;
|
|
28
|
-
@property(readonly) XCTest *test; // @synthesize test=_test;
|
|
29
|
-
@property(readonly) unsigned long long testCaseCount;
|
|
30
|
-
@property(readonly) unsigned long long unexpectedExceptionCount;
|
|
31
|
-
@property(readonly) unsigned long long failureCount;
|
|
32
|
-
@property(readonly) unsigned long long executionCount;
|
|
33
|
-
@property(readonly, copy) NSDate *stopDate;
|
|
34
|
-
@property(readonly, copy) NSDate *startDate;
|
|
35
|
-
@property(readonly) double testDuration;
|
|
36
|
-
@property(readonly) double totalDuration;
|
|
37
|
-
|
|
38
|
-
- (id)initWithTest:(id)arg1;
|
|
39
|
-
- (void)stop;
|
|
40
|
-
- (void)start;
|
|
41
|
-
- (void)recordFailureWithDescription:(id)arg1 inFile:(id)arg2 atLine:(unsigned long long)arg3 expected:(BOOL)arg4;
|
|
42
|
-
|
|
43
|
-
@end
|
|
@@ -1,32 +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 NSObject<OS_dispatch_queue>, NSString, XCTKVOExpectation;
|
|
10
|
-
|
|
11
|
-
@interface _XCKVOExpectationImplementation : NSObject
|
|
12
|
-
{
|
|
13
|
-
XCTKVOExpectation *_expectation;
|
|
14
|
-
id _observedObject;
|
|
15
|
-
NSString *_keyPath;
|
|
16
|
-
id _expectedValue;
|
|
17
|
-
unsigned long long _options;
|
|
18
|
-
CDUnknownBlockType _handler;
|
|
19
|
-
NSObject<OS_dispatch_queue> *_queue;
|
|
20
|
-
BOOL _hasCleanedUp;
|
|
21
|
-
}
|
|
22
|
-
@property(readonly) unsigned long long options; // @synthesize options=_options;
|
|
23
|
-
@property(readonly) id expectedValue; // @synthesize expectedValue=_expectedValue;
|
|
24
|
-
@property(readonly, copy) NSString *keyPath; // @synthesize keyPath=_keyPath;
|
|
25
|
-
@property(readonly) id observedObject; // @synthesize observedObject=_observedObject;
|
|
26
|
-
@property(copy) CDUnknownBlockType handler;
|
|
27
|
-
|
|
28
|
-
- (void)cleanup;
|
|
29
|
-
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
|
|
30
|
-
- (id)initWithKeyPath:(id)arg1 object:(id)arg2 expectedValue:(id)arg3 expectation:(id)arg4 options:(unsigned long long)arg5;
|
|
31
|
-
|
|
32
|
-
@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 "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSObject<OS_dispatch_queue>, NSString, XCTDarwinNotificationExpectation;
|
|
10
|
-
|
|
11
|
-
@interface _XCTDarwinNotificationExpectationImplementation : NSObject
|
|
12
|
-
{
|
|
13
|
-
XCTDarwinNotificationExpectation *_expectation;
|
|
14
|
-
NSString *_notificationName;
|
|
15
|
-
int _notifyToken;
|
|
16
|
-
CDUnknownBlockType _handler;
|
|
17
|
-
NSObject<OS_dispatch_queue> *_queue;
|
|
18
|
-
BOOL _hasCleanedUp;
|
|
19
|
-
}
|
|
20
|
-
@property(readonly, copy) NSString *notificationName; // @synthesize notificationName=_notificationName;
|
|
21
|
-
@property(copy) CDUnknownBlockType handler;
|
|
22
|
-
|
|
23
|
-
- (void)cleanup;
|
|
24
|
-
- (void)_handleNotification;
|
|
25
|
-
- (id)initWithNotificationName:(id)arg1 expectation:(id)arg2;
|
|
26
|
-
|
|
27
|
-
@end
|