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
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTPromise_h
|
|
8
|
+
#define XCTPromise_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@class NSError, NSObject, NSString, XCTestExpectation;
|
|
13
|
+
|
|
14
|
+
@interface XCTPromise : NSObject
|
|
15
|
+
|
|
16
|
+
@property (readonly) XCTestExpectation *expectation;
|
|
17
|
+
@property (retain) id value;
|
|
18
|
+
@property (retain) NSError *error;
|
|
19
|
+
@property (readonly) struct { _Atomic _Bool x0; } promiseFulfilled;
|
|
20
|
+
@property (readonly, copy) NSString *promiseDescription;
|
|
21
|
+
|
|
22
|
+
/* instance methods */
|
|
23
|
+
- (id)initWithDescription:(id)description;
|
|
24
|
+
- (void)fulfillWithValue:(id)value;
|
|
25
|
+
- (void)fulfillWithError:(id)error;
|
|
26
|
+
- (void)fulfillWithValue:(id)value error:(id)error;
|
|
27
|
+
|
|
28
|
+
@end
|
|
29
|
+
|
|
30
|
+
#endif /* XCTPromise_h */
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTRemoteSignpostListenerProxy_Protocol_h
|
|
8
|
+
#define XCTRemoteSignpostListenerProxy_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTSignpostListener-Protocol.h"
|
|
13
|
+
|
|
14
|
+
@protocol XCTRemoteSignpostListenerProxy <NSObject>
|
|
15
|
+
|
|
16
|
+
@required
|
|
17
|
+
|
|
18
|
+
@property (readonly) _Bool supportsSignpostListening;
|
|
19
|
+
@property (weak) id <XCTSignpostListener> signpostListener;
|
|
20
|
+
|
|
21
|
+
/* required instance methods */
|
|
22
|
+
- (void)registerForSignpostsFromSubsystem:(id)subsystem category:(id)category intervalTimeout:(double)timeout reply:(id /* block */)reply;
|
|
23
|
+
- (void)unregisterForSignpostsWithToken:(id)token;
|
|
24
|
+
|
|
25
|
+
@optional
|
|
26
|
+
|
|
27
|
+
@end
|
|
28
|
+
|
|
29
|
+
#endif /* XCTRemoteSignpostListenerProxy_Protocol_h */
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTRepetitionPolicy_h
|
|
8
|
+
#define XCTRepetitionPolicy_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@class NSObject;
|
|
13
|
+
|
|
14
|
+
@interface XCTRepetitionPolicy : NSObject <NSSecureCoding>
|
|
15
|
+
|
|
16
|
+
@property (readonly) long long mode;
|
|
17
|
+
@property (readonly) long long maximumIterations;
|
|
18
|
+
@property (readonly) _Bool repeatInNewRunnerProcess;
|
|
19
|
+
@property (readonly) _Bool isDefault;
|
|
20
|
+
|
|
21
|
+
/* class methods */
|
|
22
|
+
+ (id)defaultRepetitionPolicy;
|
|
23
|
+
+ (id)stringFromRepetitionMode:(long long)mode;
|
|
24
|
+
+ (long long)modeFromString:(id)string;
|
|
25
|
+
+ (_Bool)supportsSecureCoding;
|
|
26
|
+
|
|
27
|
+
/* instance methods */
|
|
28
|
+
- (id)initWithRepetitionMode:(long long)mode maximumIterations:(long long)iterations repeatInNewRunnerProcess:(_Bool)process;
|
|
29
|
+
- (id)initUntilFailureWithMaximumIterations:(long long)iterations repeatInNewRunnerProcess:(_Bool)process;
|
|
30
|
+
- (id)initRetryOnFailureWithMaximumIterations:(long long)iterations repeatInNewRunnerProcess:(_Bool)process;
|
|
31
|
+
- (id)initWithFixedIterations:(long long)iterations repeatInNewRunnerProcess:(_Bool)process;
|
|
32
|
+
- (id)initWithDictionary:(id)dictionary;
|
|
33
|
+
- (id)description;
|
|
34
|
+
- (id)dictionaryRepresentation;
|
|
35
|
+
- (_Bool)shouldRepeatWithTestFailure:(_Bool)failure iteration:(long long)iteration;
|
|
36
|
+
- (_Bool)isEqual:(id)equal;
|
|
37
|
+
- (unsigned long long)hash;
|
|
38
|
+
- (id)initWithCoder:(id)coder;
|
|
39
|
+
- (void)encodeWithCoder:(id)coder;
|
|
40
|
+
|
|
41
|
+
@end
|
|
42
|
+
|
|
43
|
+
#endif /* XCTRepetitionPolicy_h */
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTReportingSession_h
|
|
8
|
+
#define XCTReportingSession_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTReportingSessionConfiguration-Protocol.h"
|
|
13
|
+
#include "XCTReportingSessionIssueReporter-Protocol.h"
|
|
14
|
+
#include "XCTReportingSessionTestContainer-Protocol.h"
|
|
15
|
+
#include "_TtC10XCTestCore19XCTReportingContext.h"
|
|
16
|
+
|
|
17
|
+
@class NSObject, NSString, NSUUID, XCTReportingContext;
|
|
18
|
+
|
|
19
|
+
@interface XCTReportingSession : NSObject <XCTReportingSessionTestContainer, XCTReportingSessionIssueReporter> {
|
|
20
|
+
/* instance variables */
|
|
21
|
+
id uuid;
|
|
22
|
+
id testableUUID;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@property (nonatomic, readonly) XCTReportingContext *context;
|
|
26
|
+
@property (nonatomic, readonly) id <XCTReportingSessionConfiguration> configuration;
|
|
27
|
+
@property (nonatomic, readonly) id <XCTReportingSessionIssueReporter> issueReporter;
|
|
28
|
+
@property (nonatomic, copy) NSString *aggregateStatus;
|
|
29
|
+
|
|
30
|
+
/* class methods */
|
|
31
|
+
+ (void)beginReportingSessionWithIdentifier:(NSUUID *)identifier completion:(id /* block */)completion;
|
|
32
|
+
|
|
33
|
+
/* instance methods */
|
|
34
|
+
- (void)updateAggregateStatusFor:(id)_for;
|
|
35
|
+
- (id)initWithIDEProxy:(id)ideproxy testConfiguration:(id)configuration publisher:(id)publisher;
|
|
36
|
+
- (void)reportStarted;
|
|
37
|
+
- (void)finishWithCompletion:(id /* block */)completion;
|
|
38
|
+
- (void)reportIssue:(id)issue atDate:(id)date;
|
|
39
|
+
- (void)reportPlanData:(id)data;
|
|
40
|
+
- (id)reportSuiteStartedWithName:(id)name atDate:(id)date;
|
|
41
|
+
- (id)reportSuiteStartedWithName:(id)name atDate:(id)date traits:(id)traits;
|
|
42
|
+
- (id)reportSuiteStartedWithIdentifier:(id)identifier atDate:(id)date traits:(id)traits;
|
|
43
|
+
- (id)reportTestStartedWithName:(id)name atDate:(id)date iteration:(long long)iteration;
|
|
44
|
+
- (id)reportTestStartedWithName:(id)name isParameterized:(_Bool)parameterized argumentIDs:(id)ids atDate:(id)date iteration:(long long)iteration traits:(id)traits;
|
|
45
|
+
- (id)reportTestStartedWithIdentifier:(id)identifier atDate:(id)date testCaseRunConfiguration:(id)configuration traits:(id)traits;
|
|
46
|
+
- (id)init;
|
|
47
|
+
|
|
48
|
+
@end
|
|
49
|
+
|
|
50
|
+
#endif /* XCTReportingSession_h */
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTReportingSessionConfiguration_Protocol_h
|
|
8
|
+
#define XCTReportingSessionConfiguration_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@class NSNumber, XCTTestSelection;
|
|
13
|
+
|
|
14
|
+
@protocol XCTReportingSessionConfiguration <NSObject>
|
|
15
|
+
|
|
16
|
+
@required
|
|
17
|
+
|
|
18
|
+
@property (nonatomic, readonly) XCTTestSelection *testSelection;
|
|
19
|
+
@property (nonatomic, readonly) _Bool testTimeoutsEnabled;
|
|
20
|
+
@property (nonatomic, readonly) NSNumber *defaultTestExecutionTimeAllowance;
|
|
21
|
+
@property (nonatomic, readonly) NSNumber *maximumTestExecutionTimeAllowance;
|
|
22
|
+
|
|
23
|
+
@optional
|
|
24
|
+
|
|
25
|
+
@end
|
|
26
|
+
|
|
27
|
+
#endif /* XCTReportingSessionConfiguration_Protocol_h */
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTReportingSessionIssueReporter_Protocol_h
|
|
8
|
+
#define XCTReportingSessionIssueReporter_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTReportingSessionIssueReporter <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)reportIssue:(id)issue atDate:(id)date;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCTReportingSessionIssueReporter_Protocol_h */
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTReportingSessionTestContainer_Protocol_h
|
|
8
|
+
#define XCTReportingSessionTestContainer_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTReportingSessionTestContainer <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)reportSuiteStartedWithName:(id)name atDate:(id)date traits:(id)traits;
|
|
18
|
+
- (id)reportSuiteStartedWithIdentifier:(id)identifier atDate:(id)date traits:(id)traits;
|
|
19
|
+
- (id)reportTestStartedWithName:(id)name isParameterized:(_Bool)parameterized argumentIDs:(id)ids atDate:(id)date iteration:(long long)iteration traits:(id)traits;
|
|
20
|
+
- (id)reportTestStartedWithIdentifier:(id)identifier atDate:(id)date testCaseRunConfiguration:(id)configuration traits:(id)traits;
|
|
21
|
+
|
|
22
|
+
@optional
|
|
23
|
+
|
|
24
|
+
@end
|
|
25
|
+
|
|
26
|
+
#endif /* XCTReportingSessionTestContainer_Protocol_h */
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTReportingSessionTestReporter_h
|
|
8
|
+
#define XCTReportingSessionTestReporter_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTReportingSessionIssueReporter-Protocol.h"
|
|
13
|
+
@class NSObject, XCTTestIdentifier;
|
|
14
|
+
|
|
15
|
+
@interface XCTReportingSessionTestReporter : NSObject <XCTReportingSessionIssueReporter> {
|
|
16
|
+
/* instance variables */
|
|
17
|
+
id context;
|
|
18
|
+
id parentId;
|
|
19
|
+
id uuid;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@property (nonatomic, readonly) XCTTestIdentifier *identifier;
|
|
23
|
+
@property (nonatomic, readonly) id /* block */ finishHandler;
|
|
24
|
+
@property (nonatomic) double startReference;
|
|
25
|
+
@property (nonatomic) _Bool recordedExpectedFailure;
|
|
26
|
+
@property (nonatomic) _Bool recordedSkip;
|
|
27
|
+
@property (nonatomic) _Bool recordedFailure;
|
|
28
|
+
|
|
29
|
+
/* class methods */
|
|
30
|
+
+ (id)statusForTestThatFailed:(_Bool)failed orWasSkipped:(_Bool)skipped orFailedExpectedly:(_Bool)expectedly;
|
|
31
|
+
|
|
32
|
+
/* instance methods */
|
|
33
|
+
- (id)initWithIdentifier:(id)identifier context:(id)context parentId:(id)id finishHandler:(id /* block */)handler;
|
|
34
|
+
- (void)reportStartedWith:(id)with at:(id)at traits:(id)traits;
|
|
35
|
+
- (void)reportIssue:(id)issue atDate:(id)date;
|
|
36
|
+
- (void)reportAttachment:(id)attachment atDate:(id)date;
|
|
37
|
+
- (void)reportSkipWithDescription:(id)description sourceCodeContext:(id)context;
|
|
38
|
+
- (void)reportExecutionTimeAllowanceExceeded:(double)exceeded;
|
|
39
|
+
- (void)reportMeasuredMetric:(id)metric sourceCodeContext:(id)context;
|
|
40
|
+
- (void)reportExpectedFailure:(id)failure;
|
|
41
|
+
- (void)finishWithStatus:(id)status atDate:(id)date;
|
|
42
|
+
- (void)finishAtDate:(id)date;
|
|
43
|
+
- (void)reportActivityStarted:(id)started;
|
|
44
|
+
- (id)reportActivityStartedWithName:(id)name atDate:(id)date;
|
|
45
|
+
- (id)startActivity:(id)activity;
|
|
46
|
+
- (void)reportActivityFinished:(id)finished;
|
|
47
|
+
- (id)init;
|
|
48
|
+
|
|
49
|
+
@end
|
|
50
|
+
|
|
51
|
+
#endif /* XCTReportingSessionTestReporter_h */
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTRunnerAutomationSession_Protocol_h
|
|
8
|
+
#define XCTRunnerAutomationSession_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTElementSnapshotAttributeDataSource-Protocol.h"
|
|
13
|
+
|
|
14
|
+
@class XCTCapabilities;
|
|
15
|
+
|
|
16
|
+
@protocol XCTRunnerAutomationSession <XCTElementSnapshotAttributeDataSource>
|
|
17
|
+
|
|
18
|
+
@required
|
|
19
|
+
|
|
20
|
+
@property (readonly) XCTCapabilities *remoteInterfaceCapabilities;
|
|
21
|
+
@property (readonly) _Bool supportsFetchingAttributesForElement;
|
|
22
|
+
@property (readonly) _Bool supportsMainRunLoopIdleNotifications;
|
|
23
|
+
@property (readonly) _Bool supportsAnimationsIdleNotifications;
|
|
24
|
+
@property (readonly) _Bool isMacCatalyst;
|
|
25
|
+
@property (readonly) _Bool supportsMallocStackLogging;
|
|
26
|
+
|
|
27
|
+
/* required instance methods */
|
|
28
|
+
- (id)matchesForQuery:(id)query error:(id *)error;
|
|
29
|
+
- (void)notifyWhenMainRunLoopIsIdle:(id /* block */)idle;
|
|
30
|
+
- (void)notifyWhenAnimationsAreIdle:(id /* block */)idle;
|
|
31
|
+
- (void)setMallocStackLoggingWithMode:(int)mode reply:(id /* block */)reply;
|
|
32
|
+
- (void)detectRuntimeIssues;
|
|
33
|
+
|
|
34
|
+
@optional
|
|
35
|
+
|
|
36
|
+
@end
|
|
37
|
+
|
|
38
|
+
#endif /* XCTRunnerAutomationSession_Protocol_h */
|
|
@@ -1,98 +1,96 @@
|
|
|
1
1
|
//
|
|
2
|
-
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
3
|
//
|
|
4
|
-
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
5
6
|
//
|
|
7
|
+
#ifndef XCTRunnerDaemonSession_h
|
|
8
|
+
#define XCTRunnerDaemonSession_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
#import <TargetConditionals.h>
|
|
12
|
+
#if !TARGET_OS_TV
|
|
13
|
+
@import CoreLocation;
|
|
14
|
+
#endif
|
|
6
15
|
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
16
|
+
#include "XCTMessagingChannel_RunnerToDaemon-Protocol.h"
|
|
17
|
+
#include "XCTRemoteSignpostListenerProxy-Protocol.h"
|
|
18
|
+
#include "XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h"
|
|
19
|
+
#include "XCTSignpostListener-Protocol.h"
|
|
11
20
|
|
|
12
|
-
@class NSMutableDictionary, NSXPCConnection,
|
|
13
|
-
|
|
14
|
-
@class CLLocation;
|
|
15
|
-
#endif
|
|
16
|
-
@protocol XCTUIApplicationMonitor, XCTAXClient, XCTestManager_ManagerInterface;
|
|
21
|
+
@class NSMutableDictionary, NSObject, NSString, NSXPCConnection, XCTCapabilities;
|
|
22
|
+
@protocol OS_dispatch_queue, XCUIAXNotificationHandling, XCUIApplicationPlatformServicesProviderDelegate;
|
|
17
23
|
|
|
18
|
-
|
|
19
|
-
@interface XCTRunnerDaemonSession : NSObject <XCTestManager_TestsInterface>
|
|
20
|
-
{
|
|
21
|
-
NSObject<OS_dispatch_queue> *_queue;
|
|
22
|
-
id <XCTUIApplicationMonitor> _applicationMonitor;
|
|
23
|
-
id <XCTAXClient> _accessibilityClient;
|
|
24
|
-
NSXPCConnection *_connection;
|
|
25
|
-
unsigned long long _daemonProtocolVersion;
|
|
26
|
-
NSMutableDictionary *_invalidationHandlers;
|
|
27
|
-
}
|
|
28
|
-
@property(retain) NSObject<OS_dispatch_queue> *queue; // @synthesize queue=_queue;
|
|
29
|
-
@property id <XCTAXClient> accessibilityClient; // @synthesize accessibilityClient=_accessibilityClient;
|
|
30
|
-
@property id <XCTUIApplicationMonitor> applicationMonitor; // @synthesize applicationMonitor=_applicationMonitor;
|
|
31
|
-
@property(retain) NSMutableDictionary *invalidationHandlers; // @synthesize invalidationHandlers=_invalidationHandlers;
|
|
32
|
-
@property(retain) NSXPCConnection *connection; // @synthesize connection=_connection;
|
|
33
|
-
@property(readonly) BOOL useLegacyEventCoordinateTransformationPath;
|
|
34
|
-
@property unsigned long long daemonProtocolVersion;
|
|
35
|
-
@property(readonly) id <XCTestManager_ManagerInterface> daemonProxy;
|
|
24
|
+
@interface XCTRunnerDaemonSession : NSObject <XCTRunnerDaemonSessionUIAutomationDelegate, XCTRemoteSignpostListenerProxy>
|
|
36
25
|
|
|
26
|
+
@property (readonly) NSObject<OS_dispatch_queue> *queue;
|
|
27
|
+
@property (retain) NSMutableDictionary *invalidationHandlers;
|
|
28
|
+
@property (readonly) NSXPCConnection *connection;
|
|
29
|
+
@property (readonly) id <XCTMessagingChannel_RunnerToDaemon> daemonProxy;
|
|
30
|
+
@property (readonly) XCTCapabilities *remoteInterfaceCapabilities;
|
|
31
|
+
@property (readonly) _Bool supportsPostingTelemetryData;
|
|
32
|
+
@property (weak) id <XCUIApplicationPlatformServicesProviderDelegate> platformApplicationServicesProviderDelegate;
|
|
33
|
+
@property (weak) id <XCUIAXNotificationHandling> axNotificationHandler;
|
|
34
|
+
@property (readonly) _Bool useLegacyEventCoordinateTransformationPath;
|
|
35
|
+
@property (readonly) _Bool usePointTransformationsForFrameConversions;
|
|
36
|
+
@property (readonly) Class superclass;
|
|
37
|
+
@property (readonly, copy) NSString *description;
|
|
38
|
+
@property (readonly, copy) NSString *debugDescription;
|
|
39
|
+
@property (readonly) _Bool supportsSignpostListening;
|
|
40
|
+
@property (weak) id <XCTSignpostListener> signpostListener;
|
|
41
|
+
|
|
42
|
+
/* class methods */
|
|
43
|
+
+ (id)testmanagerdServiceName;
|
|
44
|
+
+ (id)connectionForInitiatingSharedSession;
|
|
45
|
+
+ (id)sharedSessionPromiseAndImplicitlyInitiateSession:(_Bool)session;
|
|
37
46
|
+ (instancetype)sharedSession;
|
|
47
|
+
+ (instancetype)sharedSessionIfInitiated;
|
|
48
|
+
+ (void)initiateSharedSessionWithCompletion:(id /* block */)completion;
|
|
49
|
+
+ (void)initiateSessionWithCompletion:(id /* block */)completion;
|
|
50
|
+
+ (void)sessionWithConnection:(id)connection completion:(id /* block */)completion;
|
|
51
|
+
+ (void)capabilitiesForDaemonConnection:(id)connection completion:(id /* block */)completion;
|
|
52
|
+
+ (id)capabilities;
|
|
53
|
+
+ (void)registerCapabilitiesForDaemonConnection:(id)connection completion:(id /* block */)completion;
|
|
38
54
|
|
|
39
|
-
|
|
40
|
-
- (void)
|
|
41
|
-
- (
|
|
42
|
-
- (void)startSiriUIRequestWithText:(id)arg1 completion:(CDUnknownBlockType)arg2;
|
|
43
|
-
- (void)requestDTServiceHubConnectionWithReply:(CDUnknownBlockType)arg1;
|
|
44
|
-
- (void)enableFauxCollectionViewCells:(CDUnknownBlockType)arg1;
|
|
45
|
-
- (void)loadAccessibilityWithTimeout:(double)arg1 reply:(CDUnknownBlockType)arg2;
|
|
46
|
-
- (void)setAXTimeout:(double)arg1 reply:(CDUnknownBlockType)arg2;
|
|
47
|
-
- (void)requestScreenshotWithReply:(CDUnknownBlockType)arg1;
|
|
48
|
-
- (void)sendString:(id)arg1 maximumFrequency:(unsigned long long)arg2 completion:(CDUnknownBlockType)arg3;
|
|
49
|
-
- (void)updateDeviceOrientation:(long long)arg1 completion:(CDUnknownBlockType)arg2;
|
|
50
|
-
- (void)performDeviceEvent:(id)arg1 completion:(CDUnknownBlockType)arg2;
|
|
51
|
-
- (void)synthesizeEvent:(XCSynthesizedEventRecord *)arg1 completion:(void (^)(NSError *))arg2;
|
|
52
|
-
- (void)requestElementAtPoint:(CGPoint)arg1 reply:(CDUnknownBlockType)arg2;
|
|
53
|
-
- (void)fetchParameterizedAttributeForElement:(id)arg1 attribute:(id)arg2 parameter:(id)arg3 reply:(CDUnknownBlockType)arg4;
|
|
54
|
-
- (void)setAttribute:(id)arg1 value:(id)arg2 element:(id)arg3 reply:(CDUnknownBlockType)arg4;
|
|
55
|
-
- (void)fetchAttributesForElement:(id)arg1 attributes:(id)arg2 reply:(CDUnknownBlockType)arg3;
|
|
56
|
-
- (void)snapshotForElement:(id)arg1 attributes:(id)arg2 parameters:(id)arg3 reply:(void (^)(id/*XCElementSnapshot*/, NSError *))arg4;
|
|
57
|
-
- (void)terminateApplicationWithBundleID:(id)arg1 completion:(CDUnknownBlockType)arg2;
|
|
58
|
-
- (void)performAccessibilityAction:(int)arg1 onElement:(id)arg2 value:(id)arg3 reply:(CDUnknownBlockType)arg4;
|
|
59
|
-
- (void)unregisterForAccessibilityNotification:(int)arg1 registrationToken:(id)arg2 reply:(CDUnknownBlockType)arg3;
|
|
60
|
-
- (void)registerForAccessibilityNotification:(int)arg1 reply:(CDUnknownBlockType)arg2;
|
|
61
|
-
- (void)launchApplicationWithBundleID:(id)arg1 arguments:(id)arg2 environment:(id)arg3 completion:(CDUnknownBlockType)arg4;
|
|
62
|
-
- (void)startMonitoringApplicationWithBundleID:(id)arg1;
|
|
63
|
-
- (void)requestBackgroundAssertionForPID:(int)arg1 reply:(CDUnknownBlockType)arg2;
|
|
64
|
-
- (void)requestAutomationSessionForTestTargetWithPID:(int)arg1 reply:(CDUnknownBlockType)arg2;
|
|
65
|
-
- (void)requestIDEConnectionSocketForSessionIdentifier:(id)arg1 reply:(CDUnknownBlockType)arg2;
|
|
66
|
-
- (void)_XCT_receivedAccessibilityNotification:(int)arg1 withPayload:(id)arg2;
|
|
67
|
-
- (void)_XCT_applicationWithBundleID:(id)arg1 didUpdatePID:(int)arg2 andState:(unsigned long long)arg3;
|
|
68
|
-
- (void)unregisterInvalidationHandlerWithToken:(id)arg1;
|
|
69
|
-
- (id)registerInvalidationHandler:(CDUnknownBlockType)arg1;
|
|
55
|
+
/* instance methods */
|
|
56
|
+
- (void)dealloc;
|
|
57
|
+
- (id)initWithConnection:(id)connection remoteInterfaceCapabilities:(id)capabilities;
|
|
70
58
|
- (void)_reportInvalidation;
|
|
71
|
-
- (id)
|
|
59
|
+
- (id)registerInvalidationHandler:(id /* block */)handler;
|
|
60
|
+
- (void)unregisterInvalidationHandlerWithToken:(id)token;
|
|
61
|
+
- (void)_XCT_receivedAccessibilityNotification:(int)notification fromElement:(id)element payload:(id)payload;
|
|
62
|
+
- (void)requestIDEConnectionTransportForSessionIdentifier:(id)identifier reply:(id /* block */)reply;
|
|
63
|
+
- (void)requestSpindumpWithSpecification:(id)specification completion:(id /* block */)completion;
|
|
64
|
+
- (void)requestTailspinWithRequest:(id)request completion:(id /* block */)completion;
|
|
65
|
+
- (void)requestDTServiceHubConnectionWithReply:(id /* block */)reply;
|
|
66
|
+
- (void)postTelemetryData:(id)data reply:(id /* block */)reply;
|
|
67
|
+
- (void)registerForSignpostsFromSubsystem:(id)subsystem category:(id)category intervalTimeout:(double)timeout reply:(id /* block */)reply;
|
|
68
|
+
- (void)_XCT_receivedSignpost:(id)signpost withToken:(id)token;
|
|
69
|
+
- (void)unregisterForSignpostsWithToken:(id)token;
|
|
72
70
|
|
|
73
71
|
// Since Xcode 14.3
|
|
74
|
-
- (void)
|
|
75
|
-
|
|
72
|
+
- (void)launchApplicationWithPath:(NSString *)path
|
|
73
|
+
bundleID:(NSString *)bundleID
|
|
74
|
+
arguments:(NSArray *)arguments
|
|
75
|
+
environment:(NSDictionary *)environment
|
|
76
|
+
completion:(void (^)(_Bool, NSError *))completion;
|
|
77
|
+
- (void)openURL:(NSURL *)url usingApplication:(NSString *)application completion:(void (^)(_Bool, NSError *))completion;
|
|
78
|
+
- (void)openDefaultApplicationForURL:(NSURL *)url completion:(void (^)(_Bool, NSError *))completion;
|
|
76
79
|
#if !TARGET_OS_TV // tvOS does not provide relevant APIs
|
|
77
|
-
- (void)setSimulatedLocation:(CLLocation *)
|
|
78
|
-
- (void)getSimulatedLocationWithReply:(void (^)(CLLocation *, NSError *))
|
|
79
|
-
- (void)clearSimulatedLocationWithReply:(void (^)(_Bool, NSError *))
|
|
80
|
-
@property(readonly) _Bool supportsLocationSimulation;
|
|
80
|
+
- (void)setSimulatedLocation:(CLLocation *)location completion:(void (^)(_Bool, NSError *))completion;
|
|
81
|
+
- (void)getSimulatedLocationWithReply:(void (^)(CLLocation *, NSError *))reply;
|
|
82
|
+
- (void)clearSimulatedLocationWithReply:(void (^)(_Bool, NSError *))reply;
|
|
83
|
+
@property (readonly) _Bool supportsLocationSimulation;
|
|
81
84
|
#endif
|
|
82
85
|
|
|
83
86
|
// Since Xcode 15.0-beta1
|
|
84
|
-
- (void)stopScreenRecordingWithUUID:(NSUUID *)
|
|
85
|
-
withReply:(void (^)(NSError *))
|
|
86
|
-
- (void)startScreenRecordingWithRequest:(id/* XCTScreenRecordingRequest */)
|
|
87
|
-
withReply:(void (^)(id/* XCTAttachmentFutureMetadata */, NSError *))
|
|
87
|
+
- (void)stopScreenRecordingWithUUID:(NSUUID *)uuid
|
|
88
|
+
withReply:(void (^)(NSError *))reply;
|
|
89
|
+
- (void)startScreenRecordingWithRequest:(id /* XCTScreenRecordingRequest */)request
|
|
90
|
+
withReply:(void (^)(id /* XCTAttachmentFutureMetadata */, NSError *))reply;
|
|
88
91
|
- (_Bool)supportsScreenRecording;
|
|
89
92
|
- (_Bool)preferScreenshotsOverScreenRecordings;
|
|
90
93
|
|
|
91
|
-
// Since Xcode 10.2
|
|
92
|
-
- (void)launchApplicationWithPath:(NSString *)arg1
|
|
93
|
-
bundleID:(NSString *)arg2
|
|
94
|
-
arguments:(NSArray *)arg3
|
|
95
|
-
environment:(NSDictionary *)arg4
|
|
96
|
-
completion:(void (^)(_Bool, NSError *))arg5;
|
|
97
|
-
|
|
98
94
|
@end
|
|
95
|
+
|
|
96
|
+
#endif /* XCTRunnerDaemonSession_h */
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTRunnerDaemonSessionUIAutomationDelegate_Protocol_h
|
|
8
|
+
#define XCTRunnerDaemonSessionUIAutomationDelegate_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCUIAXNotificationHandling, XCUIApplicationPlatformServicesProviderDelegate;
|
|
13
|
+
|
|
14
|
+
@protocol XCTRunnerDaemonSessionUIAutomationDelegate <NSObject>
|
|
15
|
+
|
|
16
|
+
@required
|
|
17
|
+
|
|
18
|
+
@optional
|
|
19
|
+
|
|
20
|
+
@property (weak) id <XCUIApplicationPlatformServicesProviderDelegate> platformApplicationServicesProviderDelegate;
|
|
21
|
+
@property (weak) id <XCUIAXNotificationHandling> axNotificationHandler;
|
|
22
|
+
@property (readonly) _Bool useLegacyEventCoordinateTransformationPath;
|
|
23
|
+
@property (readonly) _Bool usePointTransformationsForFrameConversions;
|
|
24
|
+
|
|
25
|
+
/* optional instance methods */
|
|
26
|
+
- (void)requestBackgroundAssertionForPID:(int)pid reply:(id /* block */)reply;
|
|
27
|
+
- (void)finishInitializationForUIAutomation;
|
|
28
|
+
- (void)daemonDidUpdatePID:(int)pid forApplicationWithBundleID:(id)id andState:(unsigned long long)state;
|
|
29
|
+
- (void)receivedAccessibilityNotification:(int)notification fromElement:(id)element payload:(id)payload;
|
|
30
|
+
|
|
31
|
+
@end
|
|
32
|
+
|
|
33
|
+
#endif /* XCTRunnerDaemonSessionUIAutomationDelegate_Protocol_h */
|