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,24 @@
|
|
|
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 XCTestCastMethodNamesUIAutomationDelegate_Protocol_h
|
|
8
|
+
#define XCTestCastMethodNamesUIAutomationDelegate_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTestCastMethodNamesUIAutomationDelegate <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
@optional
|
|
17
|
+
|
|
18
|
+
/* optional instance methods */
|
|
19
|
+
- (_Bool)overridesTestMethodName;
|
|
20
|
+
- (id)overriddenTestMethodName;
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
24
|
+
#endif /* XCTestCastMethodNamesUIAutomationDelegate_Protocol_h */
|
|
@@ -1,66 +1,94 @@
|
|
|
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 XCTestConfiguration_h
|
|
8
|
+
#define XCTestConfiguration_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
6
11
|
|
|
7
|
-
@class NSSet, NSString, NSURL, NSUUID;
|
|
12
|
+
@class NSArray, NSDictionary, NSNumber, NSObject, NSSet, NSString, NSURL, NSUUID, XCTCapabilities, XCTAggregateSuiteRunStatistics, XCTRepetitionPolicy, XCTRuntimeDiagnosticsPolicy, XCTScreenCapturePolicy, XCTTestIdentifierSet, XCTTestSelection;
|
|
8
13
|
|
|
9
|
-
@interface XCTestConfiguration : NSObject <NSSecureCoding>
|
|
10
|
-
{
|
|
11
|
-
NSURL *_testBundleURL;
|
|
12
|
-
NSString *_testBundleRelativePath;
|
|
13
|
-
NSString *_absolutePath;
|
|
14
|
-
NSSet *_testsToSkip;
|
|
15
|
-
NSSet *_testsToRun;
|
|
16
|
-
BOOL _reportResultsToIDE;
|
|
17
|
-
NSUUID *_sessionIdentifier;
|
|
18
|
-
NSString *_pathToXcodeReportingSocket;
|
|
19
|
-
BOOL _disablePerformanceMetrics;
|
|
20
|
-
BOOL _treatMissingBaselinesAsFailures;
|
|
21
|
-
NSURL *_baselineFileURL;
|
|
22
|
-
NSString *_baselineFileRelativePath;
|
|
23
|
-
NSString *_targetApplicationPath;
|
|
24
|
-
NSString *_targetApplicationBundleID;
|
|
25
|
-
NSString *_productModuleName;
|
|
26
|
-
BOOL _reportActivities;
|
|
27
|
-
BOOL _testsMustRunOnMainThread;
|
|
28
|
-
BOOL _initializeForUITesting;
|
|
29
|
-
NSArray *_targetApplicationArguments;
|
|
30
|
-
NSDictionary *_targetApplicationEnvironment;
|
|
31
|
-
NSDictionary *_aggregateStatisticsBeforeCrash;
|
|
32
|
-
NSString *_automationFrameworkPath;
|
|
33
|
-
BOOL _emitOSLogs;
|
|
34
|
-
}
|
|
35
|
-
@property BOOL emitOSLogs; // @synthesize emitOSLogs=_emitOSLogs;
|
|
36
|
-
@property(copy) NSString *automationFrameworkPath; // @synthesize automationFrameworkPath=_automationFrameworkPath;
|
|
37
|
-
@property(copy) NSDictionary *aggregateStatisticsBeforeCrash; // @synthesize aggregateStatisticsBeforeCrash=_aggregateStatisticsBeforeCrash;
|
|
38
|
-
@property(copy) NSArray *targetApplicationArguments; // @synthesize targetApplicationArguments=_targetApplicationArguments;
|
|
39
|
-
@property(copy) NSDictionary *targetApplicationEnvironment; // @synthesize targetApplicationEnvironment=_targetApplicationEnvironment;
|
|
40
|
-
@property BOOL initializeForUITesting; // @synthesize initializeForUITesting=_initializeForUITesting;
|
|
41
|
-
@property BOOL testsMustRunOnMainThread; // @synthesize testsMustRunOnMainThread=_testsMustRunOnMainThread;
|
|
42
|
-
@property BOOL reportActivities; // @synthesize reportActivities=_reportActivities;
|
|
43
|
-
@property(copy) NSString *productModuleName; // @synthesize productModuleName=_productModuleName;
|
|
44
|
-
@property(copy) NSString *targetApplicationBundleID; // @synthesize targetApplicationBundleID=_targetApplicationBundleID;
|
|
45
|
-
@property(copy) NSString *targetApplicationPath; // @synthesize targetApplicationPath=_targetApplicationPath;
|
|
46
|
-
@property BOOL treatMissingBaselinesAsFailures; // @synthesize treatMissingBaselinesAsFailures=_treatMissingBaselinesAsFailures;
|
|
47
|
-
@property BOOL disablePerformanceMetrics; // @synthesize disablePerformanceMetrics=_disablePerformanceMetrics;
|
|
48
|
-
@property BOOL reportResultsToIDE; // @synthesize reportResultsToIDE=_reportResultsToIDE;
|
|
49
|
-
@property(copy, nonatomic) NSURL *baselineFileURL; // @synthesize baselineFileURL=_baselineFileURL;
|
|
50
|
-
@property(copy) NSString *baselineFileRelativePath; // @synthesize baselineFileRelativePath=_baselineFileRelativePath;
|
|
51
|
-
@property(copy) NSString *pathToXcodeReportingSocket; // @synthesize pathToXcodeReportingSocket=_pathToXcodeReportingSocket;
|
|
52
|
-
@property(copy) NSUUID *sessionIdentifier; // @synthesize sessionIdentifier=_sessionIdentifier;
|
|
53
|
-
@property(copy) NSSet *testsToSkip; // @synthesize testsToSkip=_testsToSkip;
|
|
54
|
-
@property(copy) NSSet *testsToRun; // @synthesize testsToRun=_testsToRun;
|
|
55
|
-
@property(copy, nonatomic) NSURL *testBundleURL; // @synthesize testBundleURL=_testBundleURL;
|
|
56
|
-
@property(copy) NSString *testBundleRelativePath; // @synthesize testBundleRelativePath=_testBundleRelativePath;
|
|
57
|
-
@property(copy) NSString *absolutePath; // @synthesize absolutePath=_absolutePath;
|
|
14
|
+
@interface XCTestConfiguration : NSObject <NSSecureCoding, NSCopying>
|
|
58
15
|
|
|
59
|
-
|
|
16
|
+
@property (copy) id /* block */ randomNumberGenerator;
|
|
17
|
+
@property (readonly, copy) NSString *testBundleName;
|
|
18
|
+
@property (copy) NSString *testBundleRelativePath;
|
|
19
|
+
@property _Bool reportResultsToIDE;
|
|
20
|
+
@property _Bool testsDrivenByIDE;
|
|
21
|
+
@property _Bool inProcessParallelizationEnabled;
|
|
22
|
+
@property (copy) NSUUID *sessionIdentifier;
|
|
23
|
+
@property _Bool disablePerformanceMetrics;
|
|
24
|
+
@property _Bool treatMissingBaselinesAsFailures;
|
|
25
|
+
@property (copy, nonatomic) NSURL *baselineFileURL;
|
|
26
|
+
@property (copy) NSString *baselineFileRelativePath;
|
|
27
|
+
@property (copy) NSString *targetApplicationPath;
|
|
28
|
+
@property (copy) NSString *targetApplicationBundleID;
|
|
29
|
+
@property (copy) NSString *productModuleName;
|
|
30
|
+
@property _Bool reportActivities;
|
|
31
|
+
@property _Bool testsMustRunOnMainThread;
|
|
32
|
+
@property _Bool initializeForUITesting;
|
|
33
|
+
@property _Bool emitOSLogs;
|
|
34
|
+
@property (copy) XCTAggregateSuiteRunStatistics *aggregateStatisticsBeforeCrash;
|
|
35
|
+
@property (copy, nonatomic) NSString *basePathForTestBundleResolution;
|
|
36
|
+
@property (copy) NSString *automationFrameworkPath;
|
|
37
|
+
@property long long systemAttachmentLifetime;
|
|
38
|
+
@property long long userAttachmentLifetime;
|
|
39
|
+
@property (nonatomic) long long preferredScreenCaptureFormat;
|
|
40
|
+
@property (readonly) XCTScreenCapturePolicy *effectiveScreenCapturePolicy;
|
|
41
|
+
@property long long testExecutionOrdering;
|
|
42
|
+
@property long long leaksCheckingMode;
|
|
43
|
+
@property (retain) NSNumber *randomExecutionOrderingSeed;
|
|
44
|
+
@property (retain) XCTRepetitionPolicy *repetitionPolicy;
|
|
45
|
+
@property (retain) XCTRuntimeDiagnosticsPolicy *runtimeDiagnosticsPolicy;
|
|
46
|
+
@property (retain) XCTCapabilities *IDECapabilities;
|
|
47
|
+
@property (copy) NSDictionary *applicationBundleInfos;
|
|
48
|
+
@property _Bool initializeForMultiDevice;
|
|
49
|
+
@property _Bool shouldExtractMultiDeviceRequirements;
|
|
50
|
+
@property _Bool runAsMultiDeviceRemoteRunner;
|
|
51
|
+
@property (copy) NSString *multiDeviceRequirementsFilePath;
|
|
52
|
+
@property (copy) NSDictionary *multiDeviceRemoteRunnerPlatformMap;
|
|
53
|
+
@property (copy) NSDictionary *multiDevicePlatformVersionMap;
|
|
54
|
+
@property (copy) NSSet *bundleIDsForCrashReportEmphasis;
|
|
55
|
+
@property (copy) NSSet *symbolicationImageNames;
|
|
56
|
+
@property (copy) XCTTestSelection *testSelection;
|
|
57
|
+
@property (copy) NSSet *testInstructionsSet;
|
|
58
|
+
@property (copy, nonatomic) NSURL *testBundleURL;
|
|
59
|
+
@property (copy) XCTTestIdentifierSet *testsToSkip;
|
|
60
|
+
@property (copy) XCTTestIdentifierSet *testsToRun;
|
|
61
|
+
@property (copy) NSDictionary *testApplicationDependencies;
|
|
62
|
+
@property (copy) NSDictionary *testApplicationUserOverrides;
|
|
63
|
+
@property (copy) NSArray *targetApplicationArguments;
|
|
64
|
+
@property (copy) NSDictionary *targetApplicationEnvironment;
|
|
65
|
+
@property _Bool gatherLocalizableStringsData;
|
|
66
|
+
@property (readonly) long long testMode;
|
|
67
|
+
@property _Bool testTimeoutsEnabled;
|
|
68
|
+
@property (copy, nonatomic) NSNumber *defaultTestExecutionTimeAllowance;
|
|
69
|
+
@property (copy, nonatomic) NSNumber *maximumTestExecutionTimeAllowance;
|
|
70
|
+
@property (copy) NSNumber *traceCollectionEnabled;
|
|
71
|
+
@property (copy) NSNumber *enablePerformanceTestsDiagnostics;
|
|
72
|
+
@property (copy) NSDictionary *performanceTestConfiguration;
|
|
73
|
+
|
|
74
|
+
/* class methods */
|
|
75
|
+
+ (_Bool)supportsSecureCoding;
|
|
76
|
+
+ (void)setActiveTestConfiguration:(id)configuration;
|
|
60
77
|
+ (id)activeTestConfiguration;
|
|
61
|
-
+ (
|
|
78
|
+
+ (_Bool)_isAppleInternal;
|
|
79
|
+
+ (id)defaultBasePathForTestBundleResolutionForMainBundlePath:(id)path;
|
|
80
|
+
+ (id)defaultBasePathForTestBundleResolution;
|
|
62
81
|
|
|
63
|
-
|
|
82
|
+
/* instance methods */
|
|
64
83
|
- (id)init;
|
|
84
|
+
- (id)initWithCoder:(id)coder;
|
|
85
|
+
- (void)encodeWithCoder:(id)coder;
|
|
86
|
+
- (id)copyWithZone:(struct _NSZone *)zone;
|
|
87
|
+
- (id)description;
|
|
88
|
+
- (unsigned long long)hash;
|
|
89
|
+
- (_Bool)isEqual:(id)equal;
|
|
90
|
+
- (void)clearXcodeReportingConfiguration;
|
|
65
91
|
|
|
66
92
|
@end
|
|
93
|
+
|
|
94
|
+
#endif /* XCTestConfiguration_h */
|
|
@@ -1,38 +1,64 @@
|
|
|
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 XCTestDriver_h
|
|
8
|
+
#define XCTestDriver_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
6
11
|
|
|
7
|
-
#
|
|
12
|
+
#include "XCTRunnerIDESessionDelegate-Protocol.h"
|
|
13
|
+
@class NSBundle, NSObject, NSString, NSURL, NSUUID, XCTFuture, XCTPromise, XCTReportingSession, XCTRunnerIDESession, XCTestConfiguration;
|
|
8
14
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
15
|
+
@interface XCTestDriver : NSObject <XCTRunnerIDESessionDelegate> {
|
|
16
|
+
/* instance variables */
|
|
17
|
+
XCTFuture *_executionWorkerFuture;
|
|
18
|
+
XCTPromise *_executionWorkerPromise;
|
|
19
|
+
XCTReportingSession *_reportingSession;
|
|
20
|
+
}
|
|
14
21
|
|
|
15
|
-
@
|
|
22
|
+
@property (retain) XCTRunnerIDESession *ideSession;
|
|
23
|
+
@property (readonly, copy) NSURL *testBundleURLFromEnvironment;
|
|
24
|
+
@property (readonly, copy) NSUUID *sessionIdentifierFromEnvironment;
|
|
25
|
+
@property (readonly, copy) NSURL *testConfigurationURLFromEnvironment;
|
|
26
|
+
@property (readonly, copy) NSString *testConfigurationEncodedValueFromEnvironment;
|
|
27
|
+
@property (readonly, copy) id /* block */ daemonSessionProvider;
|
|
28
|
+
@property (retain) XCTestConfiguration *testConfiguration;
|
|
29
|
+
@property (retain) NSBundle *testBundle;
|
|
30
|
+
@property (retain) id testBundlePrincipalClassInstance;
|
|
31
|
+
@property (readonly) Class superclass;
|
|
32
|
+
@property (readonly, copy) NSString *description;
|
|
33
|
+
@property (readonly, copy) NSString *debugDescription;
|
|
16
34
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
@property int debugMessageBufferOverflow; // @synthesize debugMessageBufferOverflow=_debugMessageBufferOverflow;
|
|
25
|
-
@property(retain) NSMutableArray *debugMessageBuffer; // @synthesize debugMessageBuffer=_debugMessageBuffer;
|
|
26
|
-
@property(retain) NSObject<OS_dispatch_queue> *queue; // @synthesize queue=_queue;
|
|
27
|
-
@property(readonly) XCTestConfiguration *testConfiguration; // @synthesize testConfiguration=_testConfiguration;
|
|
35
|
+
/* class methods */
|
|
36
|
+
+ (void)initializeSharedTestDriverWithRunConfiguration:(id)configuration;
|
|
37
|
+
+ (id)sharedTestDriver;
|
|
38
|
+
+ (id)testBundleURLFromEnvironment;
|
|
39
|
+
+ (_Bool)shouldSkipInitialBundleLoadBeforeXCTestMain;
|
|
40
|
+
+ (_Bool)environmentSpecifiesTestConfiguration;
|
|
41
|
+
+ (void)_applyRandomExecutionOrderingSeed:(id)seed;
|
|
28
42
|
|
|
29
|
-
|
|
30
|
-
- (
|
|
31
|
-
- (
|
|
32
|
-
- (
|
|
33
|
-
- (
|
|
34
|
-
- (
|
|
35
|
-
- (
|
|
36
|
-
- (
|
|
43
|
+
/* instance methods */
|
|
44
|
+
- (id)initWithTestConfiguration:(id)configuration;
|
|
45
|
+
- (int)run;
|
|
46
|
+
- (int)_prepareTestConfigurationAndIDESession;
|
|
47
|
+
- (void)_configureGlobalState;
|
|
48
|
+
- (_Bool)_preTestingInitialization;
|
|
49
|
+
- (id)suspendAppSleep;
|
|
50
|
+
- (int)_runTests;
|
|
51
|
+
- (void)flushIDEConnectionAndExitWithCode:(int)code timeout:(double)timeout;
|
|
52
|
+
- (void)_reportFinishedExecutingTests;
|
|
53
|
+
- (id)_prepareIDESessionWithIdentifier:(id)identifier exitCode:(int *)code;
|
|
54
|
+
- (void)_reportBootstrappingFailure:(id)failure;
|
|
55
|
+
- (id)_loadTestBundleFromURL:(id)url error:(id *)error;
|
|
56
|
+
- (void)_createTestBundlePrincipalClassInstance;
|
|
57
|
+
- (Class)_declaredPrincipalClassFromTestBundle:(id)bundle;
|
|
58
|
+
- (id)harnessEventReporter;
|
|
59
|
+
- (void)IDESessionDidDisconnect:(id)disconnect;
|
|
60
|
+
- (void)testWorkerForIDESession:(id)idesession completion:(id /* block */)completion;
|
|
37
61
|
|
|
38
62
|
@end
|
|
63
|
+
|
|
64
|
+
#endif /* XCTestDriver_h */
|
|
@@ -1,39 +1,50 @@
|
|
|
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 XCTestExpectation_h
|
|
8
|
+
#define XCTestExpectation_h
|
|
9
|
+
#import <XCTest/XCTestExpectation.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
6
12
|
|
|
13
|
+
#include "XCTestExpectationDelegate-Protocol.h"
|
|
7
14
|
|
|
15
|
+
@class NSArray, NSLock, NSMutableArray, NSObject, NSString;
|
|
8
16
|
|
|
9
|
-
@
|
|
17
|
+
@interface XCTestExpectation (FBXCTestPrivate)
|
|
10
18
|
|
|
11
|
-
@interface XCTestExpectation : NSObject
|
|
12
|
-
{
|
|
13
|
-
id _internalImplementation;
|
|
14
|
-
}
|
|
15
|
-
@property BOOL hasBeenWaitedOn;
|
|
16
|
-
@property id <XCTestExpectationDelegate> delegate;
|
|
17
|
-
@property(readonly, copy) NSArray *fulfillCallStackReturnAddresses;
|
|
18
|
-
@property(readonly) BOOL fulfilled;
|
|
19
|
-
@property BOOL hasInverseBehavior;
|
|
20
|
-
@property(getter=isInverted) BOOL inverted;
|
|
21
|
-
@property(nonatomic) BOOL assertForOverFulfill;
|
|
22
|
-
@property(nonatomic) unsigned long long expectedFulfillmentCount;
|
|
23
|
-
@property(nonatomic) unsigned long long fulfillmentCount;
|
|
24
|
-
@property(readonly) unsigned long long fulfillmentToken;
|
|
25
|
-
@property(readonly) _XCTestExpectationImplementation *internalImplementation; // @synthesize internalImplementation=_internalImplementation;
|
|
26
|
-
@property(copy) NSString *expectationDescription;
|
|
27
|
-
@property(readonly, nonatomic) NSObject<OS_dispatch_queue> *delegateQueue;
|
|
28
|
-
@property(readonly, nonatomic) NSObject<OS_dispatch_queue> *queue;
|
|
29
19
|
|
|
30
|
-
|
|
20
|
+
@property unsigned long long numberOfFulfillments;
|
|
21
|
+
@property (weak) id <XCTestExpectationDelegate> delegate;
|
|
22
|
+
@property (readonly) _Bool hasBeenWaitedOn;
|
|
23
|
+
@property (readonly) _Bool fulfilled;
|
|
24
|
+
@property (readonly) unsigned long long creationToken;
|
|
25
|
+
@property (readonly) unsigned long long fulfillmentToken;
|
|
26
|
+
@property (readonly, copy) NSArray *creationCallStackReturnAddresses;
|
|
27
|
+
@property (readonly, copy) NSArray *fulfillCallStackReturnAddresses;
|
|
28
|
+
@property (copy) NSString *_expectationDescription;
|
|
29
|
+
@property _Bool hasInverseBehavior;
|
|
30
|
+
@property (nonatomic) unsigned long long fulfillmentCount;
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
/* class methods */
|
|
33
|
+
+ (id)compoundAndExpectationWithSubexpectations:(id)subexpectations;
|
|
34
|
+
+ (id)compoundOrExpectationWithSubexpectations:(id)subexpectations;
|
|
35
|
+
+ (id)expectationWithDescription:(id)description;
|
|
35
36
|
|
|
36
|
-
|
|
37
|
+
/* instance methods */
|
|
37
38
|
- (id)init;
|
|
39
|
+
- (void)dealloc;
|
|
40
|
+
- (id)description;
|
|
41
|
+
- (id)_generateExpectationDescription;
|
|
42
|
+
- (_Bool)isInverted;
|
|
43
|
+
- (void)setHasBeenWaitedOn:(_Bool)on wait:(id)wait;
|
|
44
|
+
- (void)cleanup:(_Bool)cleanup;
|
|
45
|
+
- (void)addCleanupHandler:(id /* block */)handler;
|
|
46
|
+
- (void)_setExpectationDescription:(id)description;
|
|
38
47
|
|
|
39
48
|
@end
|
|
49
|
+
|
|
50
|
+
#endif /* XCTestExpectation_h */
|
|
@@ -1,14 +1,23 @@
|
|
|
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 XCTestExpectationDelegate_Protocol_h
|
|
8
|
+
#define XCTestExpectationDelegate_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
6
11
|
|
|
7
|
-
|
|
12
|
+
@protocol XCTestExpectationDelegate <NSObject>
|
|
8
13
|
|
|
9
|
-
@
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)didFulfillExpectation:(id)expectation;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
10
20
|
|
|
11
|
-
@protocol XCTestExpectationDelegate <NSObject>
|
|
12
|
-
- (void)didFulfillExpectation:(XCTestExpectation *)arg1;
|
|
13
21
|
@end
|
|
14
22
|
|
|
23
|
+
#endif /* XCTestExpectationDelegate_Protocol_h */
|
|
@@ -1,36 +1,60 @@
|
|
|
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 XCTestObservationCenter_h
|
|
8
|
+
#define XCTestObservationCenter_h
|
|
9
|
+
#import <XCTest/XCTestObservationCenter.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
6
12
|
|
|
7
|
-
@class
|
|
13
|
+
@class NSBundle, NSMutableArray, NSObject;
|
|
8
14
|
|
|
9
|
-
@interface XCTestObservationCenter
|
|
10
|
-
{
|
|
11
|
-
id _internalImplementation;
|
|
12
|
-
}
|
|
13
|
-
@property BOOL suspended;
|
|
14
|
-
@property(readonly) NSMutableSet *observers;
|
|
15
|
+
@interface XCTestObservationCenter (FBXCTestPrivate)
|
|
15
16
|
|
|
17
|
+
@property (readonly) NSMutableArray *observers;
|
|
18
|
+
@property (readonly) NSMutableArray *privateObservers;
|
|
19
|
+
@property (readonly) NSMutableArray *internalObservers;
|
|
20
|
+
@property _Bool suspended;
|
|
21
|
+
@property (readonly, copy) id /* block */ exceptionHandler;
|
|
22
|
+
@property (retain) NSBundle *currentTestBundle;
|
|
23
|
+
@property _Bool testBundleWillStartCalled;
|
|
24
|
+
|
|
25
|
+
/* class methods */
|
|
16
26
|
+ (id)sharedTestObservationCenter;
|
|
27
|
+
+ (void)setSharedTestObservationCenter:(id)center;
|
|
17
28
|
|
|
18
|
-
|
|
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)_suspendObservationForBlock:(CDUnknownBlockType)arg1;
|
|
28
|
-
- (void)_suspendObservation;
|
|
29
|
-
- (void)_resumeObservation;
|
|
30
|
-
- (void)_observeTestExecutionForBlock:(CDUnknownBlockType)arg1;
|
|
31
|
-
- (void)removeTestObserver:(id)arg1;
|
|
32
|
-
- (void)addTestObserver:(id)arg1;
|
|
33
|
-
- (void)_addLegacyTestObserver:(id)arg1;
|
|
29
|
+
/* instance methods */
|
|
30
|
+
- (id)initWithObservers:(id)observers exceptionHandler:(id /* block */)handler;
|
|
34
31
|
- (id)init;
|
|
32
|
+
- (id)description;
|
|
33
|
+
- (void)addSystemTestObserver:(id)observer;
|
|
34
|
+
- (void)_addTestObserver:(id)observer atStart:(_Bool)start;
|
|
35
|
+
- (id)testObserverOfClass:(Class)_class;
|
|
36
|
+
- (void)_observeTestExecutionForTestBundle:(id)bundle inBlock:(id /* block */)block;
|
|
37
|
+
- (void)_resumeObservation;
|
|
38
|
+
- (void)_suspendObservation;
|
|
39
|
+
- (void)_suspendObservationForBlock:(id /* block */)block;
|
|
40
|
+
- (void)_handleExceptionThrownBy:(id)by inMethod:(SEL)method exceptionPointer:(id)pointer;
|
|
41
|
+
- (void)_callTestBundleWillStartIfNeeded;
|
|
42
|
+
- (void)_callTestBundleDidFinishIfNeeded;
|
|
43
|
+
- (void)_testSuiteDidStart:(id)start;
|
|
44
|
+
- (void)_testSuiteDidStop:(id)stop;
|
|
45
|
+
- (void)_testSuiteWasSkipped:(id)skipped withDescription:(id)description sourceCodeContext:(id)context;
|
|
46
|
+
- (void)_testSuite:(id)suite didRecordIssue:(id)issue;
|
|
47
|
+
- (void)_testSuite:(id)suite didRecordExpectedFailure:(id)failure;
|
|
48
|
+
- (void)_testCaseDidStart:(id)start;
|
|
49
|
+
- (void)_testCaseWasSkipped:(id)skipped withDescription:(id)description sourceCodeContext:(id)context;
|
|
50
|
+
- (void)_testCasePlaceholderRun:(id)run isUnavailableWithReason:(id)reason;
|
|
51
|
+
- (void)_testCaseDidStop:(id)stop;
|
|
52
|
+
- (void)_testCase:(id)_case didRecordIssue:(id)issue;
|
|
53
|
+
- (void)_testCase:(id)_case didRecordExpectedFailure:(id)failure;
|
|
54
|
+
- (void)_context:(id)_context willStartActivity:(id)activity;
|
|
55
|
+
- (void)_context:(id)_context didFinishActivity:(id)activity;
|
|
56
|
+
- (void)_performBlockOnObservers:(id)observers respondingToSelector:(SEL)selector reverse:(_Bool)reverse block:(id /* block */)block;
|
|
35
57
|
|
|
36
58
|
@end
|
|
59
|
+
|
|
60
|
+
#endif /* XCTestObservationCenter_h */
|
|
@@ -1,39 +1,44 @@
|
|
|
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
|
//
|
|
6
|
-
|
|
7
|
+
#ifndef XCTestRun_h
|
|
8
|
+
#define XCTestRun_h
|
|
7
9
|
#import <XCTest/XCTestRun.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
8
12
|
|
|
9
|
-
@class NSDate, XCTest,
|
|
13
|
+
@class NSDate, NSObject, XCTIssue, XCTest, XCTestObservationCenter;
|
|
10
14
|
|
|
11
|
-
@interface XCTestRun ()
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
@property
|
|
16
|
-
@property
|
|
17
|
-
@property
|
|
18
|
-
@property
|
|
15
|
+
@interface XCTestRun (FBXCTestPrivate)
|
|
16
|
+
|
|
17
|
+
@property double startTimeInterval;
|
|
18
|
+
@property double stopTimeInterval;
|
|
19
|
+
@property _Bool hasStarted;
|
|
20
|
+
@property _Bool hasStopped;
|
|
21
|
+
@property _Bool hasExpectedFailure;
|
|
22
|
+
@property (retain) XCTIssue *candidateIssue;
|
|
23
|
+
@property unsigned long long _runCount;
|
|
19
24
|
@property unsigned long long executionCountBeforeCrash;
|
|
20
|
-
@property
|
|
21
|
-
@property
|
|
22
|
-
@property
|
|
23
|
-
@property
|
|
24
|
-
@property(readonly)
|
|
25
|
-
@property(readonly, copy) NSDate *stopDate;
|
|
26
|
-
@property(readonly, copy) NSDate *startDate;
|
|
27
|
-
@property(readonly) double testDuration;
|
|
28
|
-
@property(readonly) double totalDuration;
|
|
29
|
-
@property(readonly) XCTest *test;
|
|
25
|
+
@property unsigned long long skipCountBeforeCrash;
|
|
26
|
+
@property unsigned long long expectedFailureCountBeforeCrash;
|
|
27
|
+
@property unsigned long long failureCountBeforeCrash;
|
|
28
|
+
@property unsigned long long unexpectedExceptionCountBeforeCrash;
|
|
29
|
+
@property (readonly) XCTestObservationCenter *observationCenter;
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
/* class methods */
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
- (void)
|
|
35
|
-
- (
|
|
36
|
-
- (
|
|
37
|
-
- (id)
|
|
33
|
+
/* instance methods */
|
|
34
|
+
- (void)recordFailureWithDescription:(id)description inFile:(id)file atLine:(unsigned long long)line expected:(_Bool)expected;
|
|
35
|
+
- (id)description;
|
|
36
|
+
- (unsigned long long)expectedFailureCount;
|
|
37
|
+
- (void)recordSkipWithDescription:(id)description sourceCodeContext:(id)context;
|
|
38
|
+
- (void)recordExpectedFailure:(id)failure;
|
|
39
|
+
- (void)_recordIssue:(id)issue;
|
|
40
|
+
- (void)_handleIssue:(id)issue;
|
|
38
41
|
|
|
39
42
|
@end
|
|
43
|
+
|
|
44
|
+
#endif /* XCTestRun_h */
|
|
@@ -0,0 +1,25 @@
|
|
|
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 XCUIAXNotificationHandling_Protocol_h
|
|
8
|
+
#define XCUIAXNotificationHandling_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCUIAXNotificationHandling <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
@property (readonly) _Bool axNotificationsIncludeElement;
|
|
17
|
+
|
|
18
|
+
/* required instance methods */
|
|
19
|
+
- (void)handleAccessibilityNotification:(int)notification fromElement:(id)element payload:(id)payload;
|
|
20
|
+
|
|
21
|
+
@optional
|
|
22
|
+
|
|
23
|
+
@end
|
|
24
|
+
|
|
25
|
+
#endif /* XCUIAXNotificationHandling_Protocol_h */
|
|
@@ -0,0 +1,58 @@
|
|
|
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 XCUIAccessibilityInterface_Protocol_h
|
|
8
|
+
#define XCUIAccessibilityInterface_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTElementSnapshotAttributeDataSource-Protocol.h"
|
|
13
|
+
#include "XCUIAXNotificationHandling-Protocol.h"
|
|
14
|
+
|
|
15
|
+
@class NSArray, XCAccessibilityElement;
|
|
16
|
+
|
|
17
|
+
@protocol XCUIAccessibilityInterface <NSObject, XCUIAXNotificationHandling, XCTElementSnapshotAttributeDataSource>
|
|
18
|
+
|
|
19
|
+
@required
|
|
20
|
+
|
|
21
|
+
@property double AXTimeout;
|
|
22
|
+
@property (readonly) _Bool supportsAnimationsInactiveNotifications;
|
|
23
|
+
@property (readonly) NSArray *activeForegroundApplications;
|
|
24
|
+
@property (readonly, nonatomic) XCAccessibilityElement *systemApplication;
|
|
25
|
+
|
|
26
|
+
/* required instance methods */
|
|
27
|
+
- (_Bool)isAccessibilitySupported;
|
|
28
|
+
- (_Bool)loadAccessibility:(id *)accessibility;
|
|
29
|
+
- (_Bool)unloadAccessibility:(id *)accessibility;
|
|
30
|
+
- (_Bool)isValidElement:(id)element;
|
|
31
|
+
- (id)hitTestElement:(id)element withPoint:(CGPoint)point error:(id *)error;
|
|
32
|
+
- (_Bool)performAction:(id)action onElement:(id)element value:(id)value error:(id *)error;
|
|
33
|
+
- (void)notifyWhenEventLoopIsIdleForApplication:(id)application reply:(id /* block */)reply;
|
|
34
|
+
- (id)requestSnapshotForElement:(id)element attributes:(id)attributes parameters:(id)parameters error:(id *)error;
|
|
35
|
+
- (id)runAccessibilityAuditForApplication:(id)application withConfiguration:(id)configuration error:(id *)error;
|
|
36
|
+
- (_Bool)setAttribute:(id)attribute value:(id)value element:(id)element outError:(id *)error;
|
|
37
|
+
- (id)parameterizedAttribute:(id)attribute forElement:(id)element parameter:(id)parameter error:(id *)error;
|
|
38
|
+
- (_Bool)cachedAccessibilityLoadedValueForPID:(int)pid;
|
|
39
|
+
- (_Bool)cachedSystemAppIsLoaded;
|
|
40
|
+
- (void)notifyOnNextOccurrenceOfUserTestingEvent:(id)event handler:(id /* block */)handler;
|
|
41
|
+
- (void)notifyWhenNoAnimationsAreActiveForApplication:(id)application reply:(id /* block */)reply;
|
|
42
|
+
- (id)viewDidAppearExpectationForElement:(id)element viewControllerName:(id)name;
|
|
43
|
+
- (void)notifyWhenViewControllerViewDidDisappearReply:(id /* block */)reply;
|
|
44
|
+
- (_Bool)enableFauxCollectionViewCells:(id *)cells;
|
|
45
|
+
- (void)waitForQuiescenceOnAllForegroundApplicationsAsPreEvent:(_Bool)event;
|
|
46
|
+
- (id)localizableStringsDataForActiveApplications;
|
|
47
|
+
- (void)registerForAXNotificationsForApplicationWithPID:(int)pid timeout:(double)timeout completion:(id /* block */)completion;
|
|
48
|
+
- (void)unregisterForAXNotificationsForApplicationWithPID:(int)pid;
|
|
49
|
+
- (id)addObserverForAXNotification:(id)axnotification handler:(id /* block */)handler;
|
|
50
|
+
- (void)removeObserver:(id)observer forAXNotification:(id)axnotification;
|
|
51
|
+
- (void)performWhenMenuOpens:(id)opens block:(id /* block */)block;
|
|
52
|
+
- (id)accessibilityElementForElementAtPoint:(CGPoint)point error:(id *)error;
|
|
53
|
+
|
|
54
|
+
@optional
|
|
55
|
+
|
|
56
|
+
@end
|
|
57
|
+
|
|
58
|
+
#endif /* XCUIAccessibilityInterface_Protocol_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 XCUIAlertMonitoring_Protocol_h
|
|
8
|
+
#define XCUIAlertMonitoring_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCUIAlertMonitoring <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
@property _Bool didHandleUIAlert;
|
|
17
|
+
|
|
18
|
+
/* required instance methods */
|
|
19
|
+
- (id)addUIAlertHandlerWithDescription:(id)description block:(id /* block */)block;
|
|
20
|
+
- (void)removeUIAlertHandlerWithIdentifier:(id)identifier;
|
|
21
|
+
- (_Bool)handleAlertElement:(id)element;
|
|
22
|
+
|
|
23
|
+
@optional
|
|
24
|
+
|
|
25
|
+
@end
|
|
26
|
+
|
|
27
|
+
#endif /* XCUIAlertMonitoring_Protocol_h */
|