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,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 XCTCapabilitiesProviding_Protocol_h
|
|
8
|
+
#define XCTCapabilitiesProviding_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTCapabilitiesProviding
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* class methods */
|
|
17
|
+
+ (void)provideCapabilitiesToBuilder:(id)builder;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCTCapabilitiesProviding_Protocol_h */
|
|
@@ -1,18 +1,35 @@
|
|
|
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 XCTElementSetTransformer_Protocol_h
|
|
8
|
+
#define XCTElementSetTransformer_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTCapabilitiesProviding-Protocol.h"
|
|
13
|
+
|
|
14
|
+
@class NSSet, NSString;
|
|
15
|
+
|
|
16
|
+
@protocol XCTElementSetTransformer <NSObject, NSCopying, XCTCapabilitiesProviding>
|
|
17
|
+
|
|
18
|
+
@required
|
|
19
|
+
|
|
20
|
+
@property (copy) NSString *transformationDescription;
|
|
21
|
+
@property (readonly) _Bool supportsAttributeKeyPathAnalysis;
|
|
22
|
+
@property _Bool stopsOnFirstMatch;
|
|
23
|
+
@property (readonly, copy) NSSet *elementTypes;
|
|
24
|
+
|
|
25
|
+
/* required instance methods */
|
|
26
|
+
- (id)transform:(id)transform relatedElements:(id *)elements;
|
|
27
|
+
- (id)iteratorForInput:(id)input;
|
|
28
|
+
- (_Bool)canBeRemotelyEvaluatedWithCapabilities:(id)capabilities;
|
|
29
|
+
- (id)requiredKeyPathsOrError:(id *)error;
|
|
30
|
+
|
|
31
|
+
@optional
|
|
6
32
|
|
|
7
|
-
@class NSOrderedSet, NSSet, NSString;
|
|
8
|
-
@protocol XCTMatchingElementIterator;
|
|
9
|
-
|
|
10
|
-
@protocol XCTElementSetTransformer <NSObject>
|
|
11
|
-
@property BOOL stopsOnFirstMatch;
|
|
12
|
-
@property(readonly) BOOL supportsAttributeKeyPathAnalysis;
|
|
13
|
-
@property(copy) NSString *transformationDescription;
|
|
14
|
-
@property(readonly) BOOL supportsRemoteEvaluation;
|
|
15
|
-
- (NSSet *)requiredKeyPathsOrError:(id *)arg1;
|
|
16
|
-
- (id <XCTMatchingElementIterator>)iteratorForInput:(id/*XCElementSnapshot*/)arg1;
|
|
17
|
-
- (NSOrderedSet *)transform:(NSOrderedSet *)arg1 relatedElements:(id *)arg2;
|
|
18
33
|
@end
|
|
34
|
+
|
|
35
|
+
#endif /* XCTElementSetTransformer_Protocol_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 XCTElementSnapshotAttributeDataSource_Protocol_h
|
|
8
|
+
#define XCTElementSnapshotAttributeDataSource_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTMacCatalystStatusProviding-Protocol.h"
|
|
13
|
+
|
|
14
|
+
@protocol XCTElementSnapshotAttributeDataSource <XCTMacCatalystStatusProviding>
|
|
15
|
+
|
|
16
|
+
@required
|
|
17
|
+
|
|
18
|
+
@property (readonly) _Bool allowsRemoteAccess;
|
|
19
|
+
@property (readonly) _Bool supportsHostedViewCoordinateTransformations;
|
|
20
|
+
@property (readonly) _Bool usePointTransformationsForFrameConversions;
|
|
21
|
+
@property (readonly) _Bool hasBannerNotificationIsStickyAttribute;
|
|
22
|
+
@property (readonly) _Bool providesValuesForPrivilegedAttributes;
|
|
23
|
+
|
|
24
|
+
/* required instance methods */
|
|
25
|
+
- (id)attributesForElement:(id)element attributes:(id)attributes error:(id *)error;
|
|
26
|
+
- (id)valuesForPrivilegedAttributes:(id)attributes forElement:(id)element error:(id *)error;
|
|
27
|
+
- (id)parameterizedAttribute:(id)attribute forElement:(id)element parameter:(id)parameter error:(id *)error;
|
|
28
|
+
|
|
29
|
+
@optional
|
|
30
|
+
|
|
31
|
+
@end
|
|
32
|
+
|
|
33
|
+
#endif /* XCTElementSnapshotAttributeDataSource_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 XCTElementSnapshotProvider_Protocol_h
|
|
8
|
+
#define XCTElementSnapshotProvider_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTElementSnapshotProvider <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)snapshotForElement:(id)element attributes:(id)attributes parameters:(id)parameters timeoutControls:(id)controls error:(id *)error;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCTElementSnapshotProvider_Protocol_h */
|
|
@@ -0,0 +1,35 @@
|
|
|
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 XCTExpectedFailureContextManager_h
|
|
8
|
+
#define XCTExpectedFailureContextManager_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTIssueHandling-Protocol.h"
|
|
13
|
+
|
|
14
|
+
@class NSArray, NSMutableArray, NSMutableDictionary, NSObject;
|
|
15
|
+
|
|
16
|
+
@interface XCTExpectedFailureContextManager : NSObject
|
|
17
|
+
|
|
18
|
+
@property (readonly) NSMutableArray *threadAgnosticContextStack;
|
|
19
|
+
@property (readonly) NSMutableDictionary *contextStacksByThreadId;
|
|
20
|
+
@property (readonly, weak) id <XCTIssueHandling> issueHandler;
|
|
21
|
+
@property (readonly) NSArray *immutableExpectedFailureContextStackForCurrentThread;
|
|
22
|
+
|
|
23
|
+
/* instance methods */
|
|
24
|
+
- (id)initWithIssueHandler:(id)handler;
|
|
25
|
+
- (void)invalidate;
|
|
26
|
+
- (void)_cleanUpContext:(id)context;
|
|
27
|
+
- (id)expectedFailureContextStackForThreadWithId:(unsigned long long)id;
|
|
28
|
+
- (id)expectedFailureContextStackForCurrentThread;
|
|
29
|
+
- (void)pushExpectedFailureContext:(id)context;
|
|
30
|
+
- (void)popExpectedFailureContext:(id)context;
|
|
31
|
+
- (void)checkForExpectedFailureMatchingIssue:(id)issue;
|
|
32
|
+
|
|
33
|
+
@end
|
|
34
|
+
|
|
35
|
+
#endif /* XCTExpectedFailureContextManager_h */
|
|
@@ -0,0 +1,45 @@
|
|
|
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 XCTFuture_h
|
|
8
|
+
#define XCTFuture_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@class NSError, NSMutableSet, NSObject, XCTPromise, XCTWaiter;
|
|
13
|
+
|
|
14
|
+
@interface XCTFuture : NSObject {
|
|
15
|
+
/* instance variables */
|
|
16
|
+
struct __CFRunLoop * _runLoopUsedWhenWaiting;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@property (readonly) double startTime;
|
|
20
|
+
@property (readonly) double deadline;
|
|
21
|
+
@property (readonly) XCTPromise *promise;
|
|
22
|
+
@property (readonly) XCTWaiter *waiter;
|
|
23
|
+
@property _Bool hasWaited;
|
|
24
|
+
@property _Bool hasFinished;
|
|
25
|
+
@property (readonly) NSMutableSet *cancelationExpectations;
|
|
26
|
+
@property (readonly) id value;
|
|
27
|
+
@property (readonly) NSError *error;
|
|
28
|
+
@property (readonly, getter=isCanceled) _Bool canceled;
|
|
29
|
+
@property (readonly) double executionTime;
|
|
30
|
+
|
|
31
|
+
/* class methods */
|
|
32
|
+
+ (id)futureWithTimeout:(double)timeout description:(id)description block:(id /* block */)block;
|
|
33
|
+
+ (id)futureWithDescription:(id)description block:(id /* block */)block;
|
|
34
|
+
|
|
35
|
+
/* instance methods */
|
|
36
|
+
- (id)initWithTimeout:(double)timeout promise:(id)promise;
|
|
37
|
+
- (void)_waitForFulfillment;
|
|
38
|
+
- (void)_waitForFulfillmentWithCompletion:(id /* block */)completion;
|
|
39
|
+
- (void)_waitForFulfillmentSync:(_Bool)sync withCompletion:(id /* block */)completion;
|
|
40
|
+
- (void)addCancelationExpectation:(id)expectation;
|
|
41
|
+
- (void)valueWithCompletion:(id /* block */)completion;
|
|
42
|
+
|
|
43
|
+
@end
|
|
44
|
+
|
|
45
|
+
#endif /* XCTFuture_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 XCTHarnessEventReporting_Protocol_h
|
|
8
|
+
#define XCTHarnessEventReporting_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTHarnessEventReporting <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)reportBootstrappingFailure:(id)failure completion:(id /* block */)completion;
|
|
18
|
+
- (void)reportDidBeginExecutingTestPlan;
|
|
19
|
+
- (void)reportDidFinishExecutingTestPlanWithCompletion:(id /* block */)completion;
|
|
20
|
+
- (void)reportInitializationForUITestingFinishedWithError:(id)error;
|
|
21
|
+
- (void)reportStallOnMainThreadInTestCase:(id)_case file:(id)file line:(unsigned long long)line;
|
|
22
|
+
- (void)reportSelfDiagnosisIssue:(id)issue description:(id)description;
|
|
23
|
+
- (void)reportTestWithIdentifier:(id)identifier didExceedExecutionTimeAllowance:(double)allowance;
|
|
24
|
+
|
|
25
|
+
@optional
|
|
26
|
+
|
|
27
|
+
@end
|
|
28
|
+
|
|
29
|
+
#endif /* XCTHarnessEventReporting_Protocol_h */
|
|
@@ -0,0 +1,49 @@
|
|
|
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 XCTIssue_h
|
|
8
|
+
#define XCTIssue_h
|
|
9
|
+
#import <XCTest/XCTIssue.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
12
|
+
|
|
13
|
+
@class NSArray, NSData, NSDate, NSError, NSObject, NSString, NSUUID, XCTSourceCodeContext;
|
|
14
|
+
|
|
15
|
+
@interface XCTIssue (FBXCTestPrivate)
|
|
16
|
+
|
|
17
|
+
@property (copy) NSDate *timestamp;
|
|
18
|
+
@property struct { _Bool x0; } failureBreakPointCalled;
|
|
19
|
+
@property (copy) NSData *expectationSnapshotData;
|
|
20
|
+
@property (retain) NSUUID *UUID;
|
|
21
|
+
@property (readonly) _Bool isLegacyExpectedFailure;
|
|
22
|
+
@property unsigned long long threadId;
|
|
23
|
+
@property (copy) NSString *expectedFailureReason;
|
|
24
|
+
@property _Bool isExpectedFailure;
|
|
25
|
+
@property _Bool didInterruptTest;
|
|
26
|
+
@property _Bool shouldInterruptTest;
|
|
27
|
+
|
|
28
|
+
/* class methods */
|
|
29
|
+
+ (id)performanceDiagnosticsDelegateIdentifierPrefix;
|
|
30
|
+
+ (id)issueWithType:(long long)type compactDescription:(id)description associatedError:(id)error;
|
|
31
|
+
+ (id)issueWithException:(id)exception;
|
|
32
|
+
+ (id)issueWithExceptionPointer:(id)pointer;
|
|
33
|
+
+ (id)issueWithType:(long long)type compactDescription:(id)description callStackAddresses:(id)addresses filePath:(id)path lineNumber:(long long)number;
|
|
34
|
+
+ (_Bool)supportsSecureCoding;
|
|
35
|
+
|
|
36
|
+
/* instance methods */
|
|
37
|
+
- (id)copyWithZone:(struct _NSZone *)zone;
|
|
38
|
+
- (id)mutableCopyWithZone:(struct _NSZone *)zone;
|
|
39
|
+
- (void)_updateAttachmentsTimestamps;
|
|
40
|
+
- (id)description;
|
|
41
|
+
- (void)encodeWithCoder:(id)coder;
|
|
42
|
+
- (id)initWithCoder:(id)coder;
|
|
43
|
+
- (unsigned long long)hash;
|
|
44
|
+
- (_Bool)isEqual:(id)equal;
|
|
45
|
+
- (_Bool)matchesLegacyPropertiesOfIssue:(id)issue;
|
|
46
|
+
|
|
47
|
+
@end
|
|
48
|
+
|
|
49
|
+
#endif /* XCTIssue_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 XCTIssueHandling_Protocol_h
|
|
8
|
+
#define XCTIssueHandling_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTIssueHandling
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)handleIssue:(id)issue;
|
|
18
|
+
- (void)handleIssue:(id)issue completionHandler:(id /* block */)handler;
|
|
19
|
+
- (void)expectFailureWithContext:(id)context;
|
|
20
|
+
- (void)expectFailureWithContext:(id)context inBlock:(id /* block */)block;
|
|
21
|
+
|
|
22
|
+
@optional
|
|
23
|
+
|
|
24
|
+
@end
|
|
25
|
+
|
|
26
|
+
#endif /* XCTIssueHandling_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 XCTMacCatalystStatusProviding_Protocol_h
|
|
8
|
+
#define XCTMacCatalystStatusProviding_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMacCatalystStatusProviding <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (_Bool)isMacCatalystForPID:(int)pid;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCTMacCatalystStatusProviding_Protocol_h */
|
|
@@ -0,0 +1,48 @@
|
|
|
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 XCTMeasureOptions_h
|
|
8
|
+
#define XCTMeasureOptions_h
|
|
9
|
+
#import <XCTest/XCTMeasureOptions.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
12
|
+
|
|
13
|
+
@class NSArray, NSDictionary, NSObject, NSString;
|
|
14
|
+
|
|
15
|
+
@interface XCTMeasureOptions (FBXCTestPrivate)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
@property (readonly, nonatomic) unsigned long long instrumentAutomatic;
|
|
19
|
+
@property (nonatomic) _Bool allowContinuousSampling;
|
|
20
|
+
@property (nonatomic) _Bool allowConcurrentIterations;
|
|
21
|
+
@property (retain, nonatomic) NSDictionary *performanceTestConfiguration;
|
|
22
|
+
@property (copy, nonatomic) NSArray *performanceTraceConfigurations;
|
|
23
|
+
@property (nonatomic) _Bool functionCoverageEnabled;
|
|
24
|
+
@property (copy, nonatomic) NSDictionary *functionCoverageConfiguration;
|
|
25
|
+
@property (retain, nonatomic) NSString *perfdataTestName;
|
|
26
|
+
@property (nonatomic) _Bool skipMetricMeasurement;
|
|
27
|
+
@property (retain, nonatomic) NSArray *uncacheBetweenIterations;
|
|
28
|
+
@property (retain, nonatomic) NSArray *terminateProcessBetweenIterations;
|
|
29
|
+
@property (nonatomic) _Bool shouldReportFailures;
|
|
30
|
+
@property (nonatomic) _Bool discardFirstIteration;
|
|
31
|
+
@property (nonatomic) _Bool traceCollectionEnabled;
|
|
32
|
+
@property (nonatomic) _Bool memgraphCollectionEnabled;
|
|
33
|
+
@property (nonatomic) _Bool perfdataAttachmentEnabled;
|
|
34
|
+
@property (nonatomic) double quiesceCpuIdlePercent;
|
|
35
|
+
@property (nonatomic) double quiesceCpuIdleTimeLimit;
|
|
36
|
+
@property (readonly, nonatomic) NSDictionary *instrumentOptions;
|
|
37
|
+
|
|
38
|
+
/* class methods */
|
|
39
|
+
+ (id)defaultOptions;
|
|
40
|
+
|
|
41
|
+
/* instance methods */
|
|
42
|
+
- (id)init;
|
|
43
|
+
- (id)initWithInstrumentOptionsDictionary:(id)dictionary;
|
|
44
|
+
- (void)applyPerformanceTestConfiguration;
|
|
45
|
+
|
|
46
|
+
@end
|
|
47
|
+
|
|
48
|
+
#endif /* XCTMeasureOptions_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 XCTMemoryChecker_h
|
|
8
|
+
#define XCTMemoryChecker_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTMemoryCheckerDelegate-Protocol.h"
|
|
13
|
+
|
|
14
|
+
@class DTXConnection, NSMutableSet, NSObject;
|
|
15
|
+
|
|
16
|
+
@interface XCTMemoryChecker : NSObject
|
|
17
|
+
|
|
18
|
+
@property (retain) NSMutableSet *markedAddresses;
|
|
19
|
+
@property (retain, nonatomic) DTXConnection *dtxConnection;
|
|
20
|
+
@property (readonly, getter=isConnectedToService) _Bool connectedToService;
|
|
21
|
+
@property (weak) id <XCTMemoryCheckerDelegate> delegate;
|
|
22
|
+
|
|
23
|
+
/* instance methods */
|
|
24
|
+
- (id)init;
|
|
25
|
+
- (id)initWithDelegate:(id)delegate;
|
|
26
|
+
- (id)_getGraphDataOfType:(long long)type forPID:(int)pid withError:(id *)error;
|
|
27
|
+
- (int)_setMallocStackLoggingMode:(int)mode forPid:(int)pid withError:(id *)error;
|
|
28
|
+
- (id)_getRunningProcesses:(id *)processes;
|
|
29
|
+
- (void)_assertInvalidObjectsDeallocatedAfterScope:(id /* block */)scope;
|
|
30
|
+
- (void)_markInvalid:(id)invalid;
|
|
31
|
+
- (void)_assertObjectsOfTypes:(id)types inProcess:(int)process invalidAfterScope:(id /* block */)scope;
|
|
32
|
+
- (void)_assertNoLeaksInProcessWithIdentifier:(int)identifier withOptions:(long long)options inScope:(id /* block */)scope;
|
|
33
|
+
- (id)_acquireMemoryGenerationForPID:(int)pid withError:(id *)error;
|
|
34
|
+
- (void)_assertNoObjectAbandonedBetweenGeneration:(id)generation and:(id)_and;
|
|
35
|
+
- (void)assertInvalidObjectsDeallocatedAfterScope:(id /* block */)scope;
|
|
36
|
+
- (void)assertObjectsOfTypes:(id)types invalidAfterScope:(id /* block */)scope;
|
|
37
|
+
- (void)assertObjectsOfType:(id)type invalidAfterScope:(id /* block */)scope;
|
|
38
|
+
- (void)assertNoLeaksExcludingSystemTypesInScope:(id /* block */)scope;
|
|
39
|
+
- (void)markInvalid:(id)invalid;
|
|
40
|
+
- (void)assertNoLeaksInScope:(id /* block */)scope;
|
|
41
|
+
- (void)assertNoLeaksWithOptions:(long long)options inScope:(id /* block */)scope;
|
|
42
|
+
- (void)assertNoLeaksInProcessWithIdentifier:(int)identifier withOptions:(long long)options inScope:(id /* block */)scope;
|
|
43
|
+
- (id)acquireGenerationMemoryGraphWithError:(id *)error;
|
|
44
|
+
- (id)acquireGenerationMemoryGraphForPid:(int)pid withError:(id *)error;
|
|
45
|
+
- (id)aquireGenerationMemoryGraphForPid:(int)pid withError:(id *)error;
|
|
46
|
+
- (void)assertNoObjectAbandonmentBetweenGeneration:(id)generation and:(id)_and;
|
|
47
|
+
|
|
48
|
+
@end
|
|
49
|
+
|
|
50
|
+
#endif /* XCTMemoryChecker_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 XCTMemoryCheckerDelegate_Protocol_h
|
|
8
|
+
#define XCTMemoryCheckerDelegate_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMemoryCheckerDelegate <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)memoryChecker:(id)checker didFailWithMessages:(id)messages serializedMemoryGraph:(id)graph;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
/* optional instance methods */
|
|
22
|
+
- (void)memoryChecker:(id)checker didFailForProcess:(id)process withRootLeakCounts:(id)counts leaksOutput:(id)output serializedLeakDiffMemoryGraph:(id)graph;
|
|
23
|
+
|
|
24
|
+
@end
|
|
25
|
+
|
|
26
|
+
#endif /* XCTMemoryCheckerDelegate_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 XCTMessagingChannel_IDEToRunner_Protocol_h
|
|
8
|
+
#define XCTMessagingChannel_IDEToRunner_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTMessagingRole_ProcessMonitoring-Protocol.h"
|
|
13
|
+
#include "XCTMessagingRole_TestExecution-Protocol.h"
|
|
14
|
+
#include "_XCTMessaging_VoidProtocol-Protocol.h"
|
|
15
|
+
|
|
16
|
+
@protocol XCTMessagingChannel_IDEToRunner <XCTMessagingRole_TestExecution, XCTMessagingRole_ProcessMonitoring, _XCTMessaging_VoidProtocol>
|
|
17
|
+
|
|
18
|
+
@required
|
|
19
|
+
|
|
20
|
+
@optional
|
|
21
|
+
|
|
22
|
+
/* optional instance methods */
|
|
23
|
+
- (void)__dummy_method_to_work_around_68987191;
|
|
24
|
+
|
|
25
|
+
@end
|
|
26
|
+
|
|
27
|
+
#endif /* XCTMessagingChannel_IDEToRunner_Protocol_h */
|
|
@@ -0,0 +1,39 @@
|
|
|
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 XCTMessagingChannel_RunnerToDaemon_Protocol_h
|
|
8
|
+
#define XCTMessagingChannel_RunnerToDaemon_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTMessagingRole_BundleRequesting-Protocol.h"
|
|
13
|
+
#include "XCTMessagingRole_CapabilityExchange-Protocol.h"
|
|
14
|
+
#include "XCTMessagingRole_EventSynthesis-Protocol.h"
|
|
15
|
+
#include "XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h"
|
|
16
|
+
#include "XCTMessagingRole_HIDEventRecording-Protocol.h"
|
|
17
|
+
#include "XCTMessagingRole_MemoryTesting-Protocol.h"
|
|
18
|
+
#include "XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h"
|
|
19
|
+
#include "XCTMessagingRole_ScreenRecording-Protocol.h"
|
|
20
|
+
#include "XCTMessagingRole_SignpostRequesting-Protocol.h"
|
|
21
|
+
#include "XCTMessagingRole_SiriAutomation-Protocol.h"
|
|
22
|
+
#include "XCTMessagingRole_SystemConfiguration-Protocol.h"
|
|
23
|
+
#include "XCTMessagingRole_TelemetrySending-Protocol.h"
|
|
24
|
+
#include "XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h"
|
|
25
|
+
#include "XCTMessagingRole_UserPresence-Protocol.h"
|
|
26
|
+
#include "_XCTMessaging_VoidProtocol-Protocol.h"
|
|
27
|
+
|
|
28
|
+
@protocol XCTMessagingChannel_RunnerToDaemon <XCTMessagingRole_BundleRequesting, XCTMessagingRole_CapabilityExchange, XCTMessagingRole_MemoryTesting, XCTMessagingRole_ProtectedResourceAuthorization, XCTMessagingRole_TelemetrySending, XCTMessagingRole_EventSynthesis, XCTMessagingRole_ForcePressureSupportQuerying, XCTMessagingRole_HIDEventRecording, XCTMessagingRole_ScreenRecording, XCTMessagingRole_SignpostRequesting, XCTMessagingRole_SiriAutomation, XCTMessagingRole_SystemConfiguration, XCTMessagingRole_UserPresence, XCTMessagingRole_UIAutomationRunnerEventReporting, _XCTMessaging_VoidProtocol>
|
|
29
|
+
|
|
30
|
+
@required
|
|
31
|
+
|
|
32
|
+
@optional
|
|
33
|
+
|
|
34
|
+
/* optional instance methods */
|
|
35
|
+
- (void)__dummy_method_to_work_around_68987191;
|
|
36
|
+
|
|
37
|
+
@end
|
|
38
|
+
|
|
39
|
+
#endif /* XCTMessagingChannel_RunnerToDaemon_Protocol_h */
|
|
@@ -0,0 +1,32 @@
|
|
|
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 XCTMessagingChannel_RunnerToIDE_Protocol_h
|
|
8
|
+
#define XCTMessagingChannel_RunnerToIDE_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTMessagingRole_ActivityReporting-Protocol.h"
|
|
13
|
+
#include "XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h"
|
|
14
|
+
#include "XCTMessagingRole_DebugLogging-Protocol.h"
|
|
15
|
+
#include "XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h"
|
|
16
|
+
#include "XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h"
|
|
17
|
+
#include "XCTMessagingRole_TestReporting-Protocol.h"
|
|
18
|
+
#include "XCTMessagingRole_UIAutomation-Protocol.h"
|
|
19
|
+
#include "_XCTMessaging_VoidProtocol-Protocol.h"
|
|
20
|
+
|
|
21
|
+
@protocol XCTMessagingChannel_RunnerToIDE <XCTMessagingRole_DebugLogging, XCTMessagingRole_TestReporting, XCTMessagingRole_SelfDiagnosisIssueReporting, XCTMessagingRole_UIAutomation, XCTMessagingRole_ActivityReporting, XCTMessagingRole_PerformanceMeasurementReporting, XCTMessagingRole_AttachmentFutureResultStatusUpdating, _XCTMessaging_VoidProtocol>
|
|
22
|
+
|
|
23
|
+
@required
|
|
24
|
+
|
|
25
|
+
@optional
|
|
26
|
+
|
|
27
|
+
/* optional instance methods */
|
|
28
|
+
- (void)__dummy_method_to_work_around_68987191;
|
|
29
|
+
|
|
30
|
+
@end
|
|
31
|
+
|
|
32
|
+
#endif /* XCTMessagingChannel_RunnerToIDE_Protocol_h */
|
|
@@ -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 XCTMessagingRole_ActivityReporting_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_ActivityReporting_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_ActivityReporting
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)_XCT_testCaseWithIdentifier:(id)identifier willStartActivity:(id)activity;
|
|
18
|
+
- (id)_XCT_testCaseWithIdentifier:(id)identifier didFinishActivity:(id)activity;
|
|
19
|
+
|
|
20
|
+
@optional
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
24
|
+
#endif /* XCTMessagingRole_ActivityReporting_Protocol_h */
|
package/PrivateHeaders/XCTest/XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h
ADDED
|
@@ -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 XCTMessagingRole_AttachmentFutureResultStatusUpdating_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_AttachmentFutureResultStatusUpdating_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_AttachmentFutureResultStatusUpdating
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)_XCT_didFinishWritingAttachmentWithMetadata:(id)metadata;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCTMessagingRole_AttachmentFutureResultStatusUpdating_Protocol_h */
|
|
@@ -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 XCTMessagingRole_BundleRequesting_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_BundleRequesting_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_BundleRequesting
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_requestBundleIDForPID:(int)pid reply:(id /* block */)reply;
|
|
18
|
+
- (void)_XCT_requestProcessSpecifierForPID:(int)pid reply:(id /* block */)reply;
|
|
19
|
+
|
|
20
|
+
@optional
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
24
|
+
#endif /* XCTMessagingRole_BundleRequesting_Protocol_h */
|