appium-webdriveragent 16.1.4 → 16.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/PrivateHeaders/XCTest/CDStructures.h +0 -26
- package/PrivateHeaders/XCTest/NSFastEnumeration-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCAXClient_iOS.h +80 -44
- package/PrivateHeaders/XCTest/XCApplicationQuery.h +18 -11
- package/PrivateHeaders/XCTest/XCDebugLogDelegate-Protocol.h +17 -5
- package/PrivateHeaders/XCTest/XCPointerEvent.h +52 -19
- package/PrivateHeaders/XCTest/XCPointerEventPath.h +55 -33
- package/PrivateHeaders/XCTest/XCSynthesizedEventRecord.h +41 -18
- package/PrivateHeaders/XCTest/XCTAggregateSuiteRunStatistics.h +38 -0
- package/PrivateHeaders/XCTest/XCTAttachmentManager.h +33 -0
- package/PrivateHeaders/XCTest/XCTCapabilities.h +35 -0
- package/PrivateHeaders/XCTest/XCTCapabilitiesProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTElementSetTransformer-Protocol.h +30 -13
- package/PrivateHeaders/XCTest/XCTElementSnapshotAttributeDataSource-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCTElementSnapshotProvider-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTExpectedFailureContextManager.h +35 -0
- package/PrivateHeaders/XCTest/XCTFuture.h +45 -0
- package/PrivateHeaders/XCTest/XCTHarnessEventReporting-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTIssue.h +49 -0
- package/PrivateHeaders/XCTest/XCTIssueHandling-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTMacCatalystStatusProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMeasureOptions.h +48 -0
- package/PrivateHeaders/XCTest/XCTMemoryChecker.h +50 -0
- package/PrivateHeaders/XCTest/XCTMemoryCheckerDelegate-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_IDEToRunner-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToDaemon-Protocol.h +39 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToIDE-Protocol.h +32 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ActivityReporting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_BundleRequesting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_CapabilityExchange-Protocol.h +56 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_DebugLogging-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_EventSynthesis-Protocol.h +34 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_HIDEventRecording-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_MemoryTesting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ProcessMonitoring-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ScreenRecording-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SignpostRequesting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SiriAutomation-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SystemConfiguration-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TelemetrySending-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TestExecution-Protocol.h +28 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TestReporting-Protocol.h +40 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomation-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UserPresence-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMetricDiagnosticHelper.h +49 -0
- package/PrivateHeaders/XCTest/XCTNSPredicateExpectationObject-Protocol.h +15 -7
- package/PrivateHeaders/XCTest/XCTPromise.h +30 -0
- package/PrivateHeaders/XCTest/XCTRemoteSignpostListenerProxy-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTRepetitionPolicy.h +43 -0
- package/PrivateHeaders/XCTest/XCTReportingSession.h +50 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionConfiguration-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionIssueReporter-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionTestContainer-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionTestReporter.h +51 -0
- package/PrivateHeaders/XCTest/XCTRunnerAutomationSession-Protocol.h +38 -0
- package/PrivateHeaders/XCTest/XCTRunnerDaemonSession.h +76 -78
- package/PrivateHeaders/XCTest/XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCTRunnerIDESession.h +87 -53
- package/PrivateHeaders/XCTest/XCTRunnerIDESessionDelegate-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTRuntimeDiagnosticsPolicy.h +36 -0
- package/PrivateHeaders/XCTest/XCTRuntimeIssueDetectionPolicy.h +39 -0
- package/PrivateHeaders/XCTest/XCTScreenCapturePolicy.h +35 -0
- package/PrivateHeaders/XCTest/XCTSignpostListener-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTSkippedTestContext.h +37 -0
- package/PrivateHeaders/XCTest/XCTSourceCodeContext.h +39 -0
- package/PrivateHeaders/XCTest/XCTSourceCodeLocation.h +31 -0
- package/PrivateHeaders/XCTest/XCTTagSelection.h +41 -0
- package/PrivateHeaders/XCTest/XCTTestIdentifier.h +81 -0
- package/PrivateHeaders/XCTest/XCTTestIdentifierSet.h +54 -0
- package/PrivateHeaders/XCTest/XCTTestSelection.h +35 -0
- package/PrivateHeaders/XCTest/XCTWaiter.h +45 -46
- package/PrivateHeaders/XCTest/XCTWaiterManagement-Protocol.h +17 -6
- package/PrivateHeaders/XCTest/XCTWaiterManager-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTWaiterWait.h +40 -0
- package/PrivateHeaders/XCTest/XCTest.h +47 -28
- package/PrivateHeaders/XCTest/XCTestCase.h +165 -90
- package/PrivateHeaders/XCTest/XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h +20 -0
- package/PrivateHeaders/XCTest/XCTestCaseRun.h +19 -9
- package/PrivateHeaders/XCTest/XCTestCaseUIAutomationDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTestCastMethodNamesUIAutomationDelegate-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTestConfiguration.h +83 -55
- package/PrivateHeaders/XCTest/XCTestDriver.h +54 -28
- package/PrivateHeaders/XCTest/XCTestExpectation.h +37 -26
- package/PrivateHeaders/XCTest/XCTestExpectationDelegate-Protocol.h +15 -6
- package/PrivateHeaders/XCTest/XCTestObservationCenter.h +49 -25
- package/PrivateHeaders/XCTest/XCTestRun.h +33 -28
- package/PrivateHeaders/XCTest/XCUIAXNotificationHandling-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIAccessibilityInterface-Protocol.h +58 -0
- package/PrivateHeaders/XCTest/XCUIAlertMonitoring-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCUIApplication.h +86 -48
- package/PrivateHeaders/XCTest/XCUIApplicationAutomationSessionProviding-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationImpl.h +78 -26
- package/PrivateHeaders/XCTest/XCUIApplicationImplReporter-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationManaging-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCUIApplicationMonitor-Protocol.h +43 -0
- package/PrivateHeaders/XCTest/XCUIApplicationOpenRequest.h +34 -0
- package/PrivateHeaders/XCTest/XCUIApplicationPlatformServicesProviderDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcess.h +89 -69
- package/PrivateHeaders/XCTest/XCUIApplicationProcessDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcessManaging-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcessTracker-Protocol.h +28 -0
- package/PrivateHeaders/XCTest/XCUIApplicationRegistry.h +32 -0
- package/PrivateHeaders/XCTest/XCUIButtonConsole.h +26 -0
- package/PrivateHeaders/XCTest/XCUICoordinate.h +37 -32
- package/PrivateHeaders/XCTest/XCUIDevice.h +122 -17
- package/PrivateHeaders/XCTest/XCUIDeviceAutomationModeInterface-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCUIDeviceEventAndStateInterface-Protocol.h +40 -0
- package/PrivateHeaders/XCTest/XCUIElement.h +191 -58
- package/PrivateHeaders/XCTest/XCUIElementAttributesPrivate-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIElementEventTarget-Protocol.h +38 -0
- package/PrivateHeaders/XCTest/XCUIElementQuery.h +154 -58
- package/PrivateHeaders/XCTest/XCUIElementTypeQueryProvider_Private-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCUIEventRecording-Protocol.h +37 -0
- package/PrivateHeaders/XCTest/XCUIHitPointResult.h +16 -11
- package/PrivateHeaders/XCTest/XCUIInterruptionMonitoring-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCUIIssueDiagnosticsProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCUIKnobControl.h +26 -0
- package/PrivateHeaders/XCTest/XCUILocation.h +24 -0
- package/PrivateHeaders/XCTest/XCUIPlatformApplicationServicesProviding-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCUIRemoteAccessibilityInterface-Protocol.h +45 -0
- package/PrivateHeaders/XCTest/XCUIRemoteDeviceRunner-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCUIRemoteSiriInterface-Protocol.h +30 -0
- package/PrivateHeaders/XCTest/XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCUIScreen.h +45 -19
- package/PrivateHeaders/XCTest/XCUIScreenDataSource-Protocol.h +28 -12
- package/PrivateHeaders/XCTest/XCUISiriService.h +39 -0
- package/PrivateHeaders/XCTest/XCUISystem.h +26 -0
- package/PrivateHeaders/XCTest/XCUIXcodeApplicationManaging-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/_TtC10XCTestCore19XCTReportingContext.h +26 -0
- package/PrivateHeaders/XCTest/_XCTMessaging_VoidProtocol-Protocol.h +20 -0
- package/PrivateHeaders/XCTest/_XCTestObservationInternal-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/_XCTestObservationPrivate-Protocol.h +27 -0
- package/WebDriverAgent.xcodeproj/project.pbxproj +718 -426
- package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m +9 -13
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +2 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m +0 -1
- package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m +1 -0
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +4 -0
- package/WebDriverAgentLib/Categories/XCUIDevice+FBVoiceOver.m +9 -7
- package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m +2 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m +7 -3
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.h +33 -0
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m +23 -0
- package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.m +1 -0
- package/WebDriverAgentLib/Commands/FBElementCommands.m +5 -0
- package/WebDriverAgentLib/Commands/FBSessionCommands.m +1 -1
- package/WebDriverAgentLib/FBAlert.m +12 -3
- package/WebDriverAgentLib/Info.plist +2 -2
- package/WebDriverAgentLib/Routing/FBWebServer.m +3 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshot.h +1 -1
- package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.m +2 -2
- package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.h +1 -0
- package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m +6 -0
- package/WebDriverAgentLib/Utilities/FBScreenshot.m +2 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.h +2 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m +4 -4
- package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +24 -3
- package/build/lib/no-session-proxy.d.ts +2 -2
- package/build/lib/no-session-proxy.d.ts.map +1 -1
- package/build/lib/no-session-proxy.js +2 -2
- package/build/lib/no-session-proxy.js.map +1 -1
- package/build/lib/webdriveragent.d.ts +2 -2
- package/build/lib/webdriveragent.d.ts.map +1 -1
- package/build/lib/webdriveragent.js +2 -2
- package/build/lib/webdriveragent.js.map +1 -1
- package/lib/no-session-proxy.ts +2 -2
- package/lib/webdriveragent.ts +3 -3
- package/package.json +1 -1
- package/PrivateHeaders/XCTest/NSString-XCTAdditions.h +0 -11
- package/PrivateHeaders/XCTest/NSValue-XCTestAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UILongPressGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIPanGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIPinchGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UISwipeGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UITapGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/XCActivityRecord.h +0 -39
- package/PrivateHeaders/XCTest/XCApplicationMonitor.h +0 -44
- package/PrivateHeaders/XCTest/XCApplicationMonitor_iOS.h +0 -18
- package/PrivateHeaders/XCTest/XCDeviceEvent.h +0 -27
- package/PrivateHeaders/XCTest/XCEventGenerator.h +0 -73
- package/PrivateHeaders/XCTest/XCKeyMappingPath.h +0 -36
- package/PrivateHeaders/XCTest/XCKeyboardInputSolver.h +0 -41
- package/PrivateHeaders/XCTest/XCKeyboardKeyMap.h +0 -101
- package/PrivateHeaders/XCTest/XCKeyboardLayout.h +0 -35
- package/PrivateHeaders/XCTest/XCSourceCodeRecording.h +0 -42
- package/PrivateHeaders/XCTest/XCSourceCodeTreeNode.h +0 -84
- package/PrivateHeaders/XCTest/XCSourceCodeTreeNodeEnumerator.h +0 -18
- package/PrivateHeaders/XCTest/XCSymbolicationRecord.h +0 -29
- package/PrivateHeaders/XCTest/XCSymbolicatorHolder.h +0 -14
- package/PrivateHeaders/XCTest/XCTAXClient-Protocol.h +0 -14
- package/PrivateHeaders/XCTest/XCTAsyncActivity-Protocol.h +0 -16
- package/PrivateHeaders/XCTest/XCTAsyncActivity.h +0 -23
- package/PrivateHeaders/XCTest/XCTAutomationTarget-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTDarwinNotificationExpectation.h +0 -23
- package/PrivateHeaders/XCTest/XCTKVOExpectation.h +0 -28
- package/PrivateHeaders/XCTest/XCTMetric.h +0 -29
- package/PrivateHeaders/XCTest/XCTNSNotificationExpectation.h +0 -27
- package/PrivateHeaders/XCTest/XCTNSPredicateExpectation.h +0 -24
- package/PrivateHeaders/XCTest/XCTRunnerAutomationSession.h +0 -21
- package/PrivateHeaders/XCTest/XCTTestRunSession.h +0 -25
- package/PrivateHeaders/XCTest/XCTTestRunSessionDelegate-Protocol.h +0 -17
- package/PrivateHeaders/XCTest/XCTUIApplicationMonitor-Protocol.h +0 -17
- package/PrivateHeaders/XCTest/XCTWaiterDelegate-Protocol.h +0 -16
- package/PrivateHeaders/XCTest/XCTWaiterDelegatePrivate-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTWaiterManager.h +0 -28
- package/PrivateHeaders/XCTest/XCTestCaseSuite.h +0 -19
- package/PrivateHeaders/XCTest/XCTestContext.h +0 -26
- package/PrivateHeaders/XCTest/XCTestContextScope.h +0 -19
- package/PrivateHeaders/XCTest/XCTestDriverInterface-Protocol.h +0 -14
- package/PrivateHeaders/XCTest/XCTestExpectationWaiter.h +0 -17
- package/PrivateHeaders/XCTest/XCTestLog.h +0 -32
- package/PrivateHeaders/XCTest/XCTestManager_IDEInterface-Protocol.h +0 -36
- package/PrivateHeaders/XCTest/XCTestManager_ManagerInterface-Protocol.h +0 -54
- package/PrivateHeaders/XCTest/XCTestManager_TestsInterface-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTestMisuseObserver.h +0 -37
- package/PrivateHeaders/XCTest/XCTestObservation-Protocol.h +0 -20
- package/PrivateHeaders/XCTest/XCTestObserver.h +0 -20
- package/PrivateHeaders/XCTest/XCTestProbe.h +0 -13
- package/PrivateHeaders/XCTest/XCTestSuite.h +0 -48
- package/PrivateHeaders/XCTest/XCTestSuiteRun.h +0 -28
- package/PrivateHeaders/XCTest/XCTestWaiter.h +0 -14
- package/PrivateHeaders/XCTest/XCUIElementAsynchronousHandlerWrapper.h +0 -19
- package/PrivateHeaders/XCTest/XCUIElementHitPointCoordinate.h +0 -24
- package/PrivateHeaders/XCTest/XCUIRecorderNodeFinder.h +0 -65
- package/PrivateHeaders/XCTest/XCUIRecorderNodeFinderMatch.h +0 -25
- package/PrivateHeaders/XCTest/XCUIRecorderTimingMessage.h +0 -20
- package/PrivateHeaders/XCTest/XCUIRecorderUtilities.h +0 -45
- package/PrivateHeaders/XCTest/_XCInternalTestRun.h +0 -43
- package/PrivateHeaders/XCTest/_XCKVOExpectationImplementation.h +0 -32
- package/PrivateHeaders/XCTest/_XCTDarwinNotificationExpectationImplementation.h +0 -27
- package/PrivateHeaders/XCTest/_XCTNSNotificationExpectationImplementation.h +0 -30
- package/PrivateHeaders/XCTest/_XCTNSPredicateExpectationImplementation.h +0 -29
- package/PrivateHeaders/XCTest/_XCTWaiterImpl.h +0 -41
- package/PrivateHeaders/XCTest/_XCTestCaseImplementation.h +0 -70
- package/PrivateHeaders/XCTest/_XCTestCaseInterruptionException.h +0 -13
- package/PrivateHeaders/XCTest/_XCTestExpectationImplementation.h +0 -40
- package/PrivateHeaders/XCTest/_XCTestImplementation.h +0 -14
- package/PrivateHeaders/XCTest/_XCTestObservationCenterImplementation.h +0 -19
- package/PrivateHeaders/XCTest/_XCTestSuiteImplementation.h +0 -23
|
@@ -1,55 +1,54 @@
|
|
|
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 XCTWaiter_h
|
|
8
|
+
#define XCTWaiter_h
|
|
9
|
+
#import <XCTest/XCTWaiter.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
6
12
|
|
|
7
|
-
#
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
@property(readonly)
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
+ (
|
|
29
|
-
+ (long long)waitForExpectations:(id)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
- (long long)result;
|
|
37
|
-
- (void)setState:(long long)arg1;
|
|
38
|
-
- (long long)state;
|
|
39
|
-
- (void)setWaitCallStackReturnAddresses:(id)arg1;
|
|
40
|
-
- (void)_queue_validateExpectationFulfillmentWithTimeoutState:(BOOL)arg1;
|
|
41
|
-
- (BOOL)_queue_enforceOrderingWithFulfilledExpectations:(id)arg1;
|
|
42
|
-
- (void)_queue_computeInitiallyFulfilledExpectations;
|
|
43
|
-
- (void)_queue_setExpectations:(id)arg1;
|
|
44
|
-
- (void)_validateExpectationFulfillmentWithTimeoutState:(BOOL)arg1;
|
|
45
|
-
- (void)didFulfillExpectation:(id)arg1;
|
|
13
|
+
#include "XCTWaiterManagement-Protocol.h"
|
|
14
|
+
#include "XCTWaiterManager-Protocol.h"
|
|
15
|
+
@class NSArray, NSMutableOrderedSet, NSObject, NSString, XCTWaiterWait;
|
|
16
|
+
|
|
17
|
+
@interface XCTWaiter (FBXCTestPrivate)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
@property (weak) id <XCTWaiterManager> customManager;
|
|
21
|
+
@property (readonly) unsigned long long hash;
|
|
22
|
+
@property (readonly) Class superclass;
|
|
23
|
+
@property (readonly, copy) NSString *description;
|
|
24
|
+
@property (readonly, copy) NSString *debugDescription;
|
|
25
|
+
|
|
26
|
+
/* class methods */
|
|
27
|
+
+ (id /* block */)stallHandler;
|
|
28
|
+
+ (void)setStallHandler:(id /* block */)handler;
|
|
29
|
+
+ (double)watchdogTimeoutSlop;
|
|
30
|
+
+ (void)setWatchdogTimeoutSlop:(double)slop;
|
|
31
|
+
+ (void)wait:(double)wait;
|
|
32
|
+
+ (long long)waitForExpectations:(id)expectations;
|
|
33
|
+
+ (long long)waitForExpectations:(id)expectations timeout:(double)timeout;
|
|
34
|
+
+ (long long)waitForExpectations:(id)expectations enforceOrder:(_Bool)order;
|
|
35
|
+
+ (long long)waitForExpectations:(id)expectations timeout:(double)timeout enforceOrder:(_Bool)order;
|
|
36
|
+
|
|
37
|
+
/* instance methods */
|
|
38
|
+
- (void)swift_waitForExpectations:(id)expectations timeout:(double)timeout enforceOrder:(_Bool)order completionHandler:(id /* block */)handler;
|
|
39
|
+
- (void)handleStalledWait:(id)wait after:(double)after;
|
|
40
|
+
- (void)handleStalledWait:(id)wait;
|
|
41
|
+
- (void)primitiveWait:(double)wait;
|
|
46
42
|
- (void)cancelPrimitiveWait;
|
|
47
43
|
- (void)cancelWaiting;
|
|
48
|
-
- (void)primitiveWait:(double)arg1;
|
|
49
|
-
- (void)interruptForWaiter:(id)arg1;
|
|
50
|
-
- (long long)waitForExpectations:(id)arg1 timeout:(double)arg2 enforceOrder:(BOOL)arg3;
|
|
51
|
-
- (long long)waitForExpectations:(id)arg1 timeout:(double)arg2;
|
|
52
|
-
- (id)initWithDelegate:(id)arg1;
|
|
53
44
|
- (id)init;
|
|
45
|
+
- (long long)waitForExpectations:(id)expectations;
|
|
46
|
+
- (long long)waitForExpectations:(id)expectations timeout:(double)timeout;
|
|
47
|
+
- (long long)waitForExpectations:(id)expectations enforceOrder:(_Bool)order;
|
|
48
|
+
- (long long)waitForExpectations:(id)expectations timeout:(double)timeout enforceOrder:(_Bool)order;
|
|
49
|
+
- (_Bool)allowsNestedWaitersWithWait:(id)wait;
|
|
50
|
+
- (void)interruptWait:(id)wait forWaiter:(id)waiter;
|
|
54
51
|
|
|
55
52
|
@end
|
|
53
|
+
|
|
54
|
+
#endif /* XCTWaiter_h */
|
|
@@ -1,13 +1,24 @@
|
|
|
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
|
-
#
|
|
7
|
+
#ifndef XCTWaiterManagement_Protocol_h
|
|
8
|
+
#define XCTWaiterManagement_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
8
11
|
|
|
9
12
|
@protocol XCTWaiterManagement <NSObject>
|
|
10
|
-
|
|
11
|
-
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (_Bool)allowsNestedWaitersWithWait:(id)wait;
|
|
18
|
+
- (void)interruptWait:(id)wait forWaiter:(id)waiter;
|
|
19
|
+
|
|
20
|
+
@optional
|
|
21
|
+
|
|
12
22
|
@end
|
|
13
23
|
|
|
24
|
+
#endif /* XCTWaiterManagement_Protocol_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 XCTWaiterManager_Protocol_h
|
|
8
|
+
#define XCTWaiterManager_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTWaiterManager
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)waiter:(id)waiter willBeginWaitingForWait:(id)wait;
|
|
18
|
+
- (void)waiter:(id)waiter timedOutWhileWaitingForWait:(id)wait;
|
|
19
|
+
- (void)waiter:(id)waiter didFinishWaitingForWait:(id)wait;
|
|
20
|
+
|
|
21
|
+
@optional
|
|
22
|
+
|
|
23
|
+
@end
|
|
24
|
+
|
|
25
|
+
#endif /* XCTWaiterManager_Protocol_h */
|
|
@@ -0,0 +1,40 @@
|
|
|
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 XCTWaiterWait_h
|
|
8
|
+
#define XCTWaiterWait_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCTestExpectationDelegate-Protocol.h"
|
|
13
|
+
|
|
14
|
+
@class NSArray, NSObject, NSString;
|
|
15
|
+
|
|
16
|
+
@interface XCTWaiterWait : NSObject <XCTestExpectationDelegate> {
|
|
17
|
+
/* instance variables */
|
|
18
|
+
unsigned int _result:4;
|
|
19
|
+
unsigned int _stalled:1;
|
|
20
|
+
_Bool _enforceOrder;
|
|
21
|
+
_Bool _synchronous;
|
|
22
|
+
NSArray *_expectations;
|
|
23
|
+
double _timeout;
|
|
24
|
+
id /* block */ _interruptHandler;
|
|
25
|
+
NSArray *_callStackReturnAddressesOfCaller;
|
|
26
|
+
unsigned long long _threadIDOfCaller;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@property (readonly) unsigned long long hash;
|
|
30
|
+
@property (readonly) Class superclass;
|
|
31
|
+
@property (readonly, copy) NSString *description;
|
|
32
|
+
@property (readonly, copy) NSString *debugDescription;
|
|
33
|
+
|
|
34
|
+
/* instance methods */
|
|
35
|
+
- (id)initWithExpectations:(id)expectations timeout:(double)timeout enforceOrder:(_Bool)order isSynchronous:(_Bool)synchronous;
|
|
36
|
+
- (void)didFulfillExpectation:(id)expectation;
|
|
37
|
+
|
|
38
|
+
@end
|
|
39
|
+
|
|
40
|
+
#endif /* XCTWaiterWait_h */
|
|
@@ -1,34 +1,53 @@
|
|
|
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 XCTest_h
|
|
8
|
+
#define XCTest_h
|
|
9
|
+
#import <XCTest/XCAbstractTest.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
6
12
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
@property(readonly) NSString *
|
|
14
|
-
@property(readonly) NSString *
|
|
15
|
-
@property(readonly)
|
|
16
|
-
@property(readonly)
|
|
17
|
-
@property(readonly)
|
|
18
|
-
@property(readonly)
|
|
19
|
-
@property(readonly
|
|
20
|
-
@property(
|
|
21
|
-
@property(
|
|
22
|
-
@property(readonly)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- (id)
|
|
30
|
-
- (void)
|
|
31
|
-
- (id)
|
|
32
|
-
- (
|
|
13
|
+
#include "XCTIssueHandling-Protocol.h"
|
|
14
|
+
@class NSBundle, NSDictionary, NSObject, NSString, XCTExpectedFailureContextManager, XCTSkippedTestContext, XCTTestIdentifier, XCTestObservationCenter, XCTestRun;
|
|
15
|
+
|
|
16
|
+
@interface XCTest (FBXCTestPrivate)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
@property (readonly) NSString *_classNameForReporting;
|
|
20
|
+
@property (readonly) NSString *_methodNameForReporting;
|
|
21
|
+
@property (readonly) XCTTestIdentifier *identifier;
|
|
22
|
+
@property (readonly) Class _requiredTestRunBaseClass;
|
|
23
|
+
@property (readonly) NSString *languageAgnosticTestClassName;
|
|
24
|
+
@property (readonly) NSString *languageAgnosticTestMethodName;
|
|
25
|
+
@property (readonly) NSString *nameForLegacyLogging;
|
|
26
|
+
@property (retain) XCTestObservationCenter *observationCenter;
|
|
27
|
+
@property (retain) XCTSkippedTestContext *skippedTestContext;
|
|
28
|
+
@property (readonly) NSDictionary *activityAggregateStatistics;
|
|
29
|
+
@property (readonly) NSBundle *bundle;
|
|
30
|
+
|
|
31
|
+
/* class methods */
|
|
32
|
+
+ (id)bundle;
|
|
33
|
+
|
|
34
|
+
/* instance methods */
|
|
35
|
+
- (id)_duplicate;
|
|
36
|
+
- (void)_xct_setObservationCenter:(id)center;
|
|
37
|
+
- (id)_xct_observationCenter;
|
|
38
|
+
- (_Bool)_shouldRepeatTest;
|
|
39
|
+
- (long long)defaultExecutionOrderCompare:(id)compare;
|
|
40
|
+
- (void)handleIssue:(id)issue;
|
|
41
|
+
- (void)handleIssue:(id)issue completionHandler:(id /* block */)handler;
|
|
42
|
+
- (id)expectedFailureContextManager;
|
|
43
|
+
- (void)_checkForExpectedFailureMatchingIssue:(id)issue;
|
|
44
|
+
- (void)expectFailureWithContext:(id)context;
|
|
45
|
+
- (void)expectFailureWithContext:(id)context inBlock:(id /* block */)block;
|
|
46
|
+
- (id)_activityAggregateStatistics;
|
|
47
|
+
- (void)_removeTestsWithIdentifierInSet:(id)set;
|
|
48
|
+
- (void)_removeTestsWithoutIdentifierInSet:(id)set;
|
|
49
|
+
- (void)_skipWithoutRunningWithContext:(id)context;
|
|
33
50
|
|
|
34
51
|
@end
|
|
52
|
+
|
|
53
|
+
#endif /* XCTest_h */
|
|
@@ -1,105 +1,180 @@
|
|
|
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 XCTestCase_h
|
|
8
|
+
#define XCTestCase_h
|
|
9
|
+
#import <XCTest/XCTestCase.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
6
12
|
|
|
7
|
-
#
|
|
13
|
+
#include "XCTMemoryCheckerDelegate-Protocol.h"
|
|
14
|
+
#include "XCTest.h"
|
|
15
|
+
#include "XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h"
|
|
16
|
+
#include "XCTestCaseUIAutomationDelegate-Protocol.h"
|
|
17
|
+
#include "XCTestCastMethodNamesUIAutomationDelegate-Protocol.h"
|
|
8
18
|
|
|
9
|
-
|
|
19
|
+
@class MXMInstrument, NSArray, NSDictionary, NSHashTable, NSInvocation, NSMutableArray, NSMutableDictionary, NSMutableSet, NSObject, NSString, NSThread, XCTAttachmentManager, XCTIssue, XCTMemoryChecker, XCTMetricDiagnosticHelper, XCTRepetitionPolicy, XCTTestIdentifier, XCTWaiter, XCTest, XCTestCaseRun;
|
|
20
|
+
@protocol OS_dispatch_source;
|
|
10
21
|
|
|
11
|
-
|
|
12
|
-
#pragma clang diagnostic ignored "-Wreserved-identifier"
|
|
13
|
-
@class NSInvocation, XCTestCaseRun, XCTestContext, _XCTestCaseImplementation;
|
|
14
|
-
#pragma clang diagnostic pop
|
|
22
|
+
@interface XCTestCase (FBXCTestPrivate)
|
|
15
23
|
|
|
16
|
-
@interface XCTestCase()
|
|
17
|
-
{
|
|
18
|
-
id _internalImplementation;
|
|
19
|
-
}
|
|
20
|
-
@property(retain) _XCTestCaseImplementation *internalImplementation; // @synthesize internalImplementation=_internalImplementation;
|
|
21
|
-
@property(readonly) XCTestContext *testContext;
|
|
22
|
-
@property(readonly) unsigned long long activityRecordStackDepth;
|
|
23
|
-
@property(nonatomic) BOOL shouldHaltWhenReceivesControl;
|
|
24
|
-
@property(nonatomic) BOOL shouldSetShouldHaltWhenReceivesControl; // @synthesize shouldSetShouldHaltWhenReceivesControl=_shouldSetShouldHaltWhenReceivesControl;
|
|
25
|
-
@property(retain) XCTestCaseRun *testCaseRun;
|
|
26
|
-
|
|
27
|
-
+ (id)_baselineDictionary;
|
|
28
|
-
+ (BOOL)_treatMissingBaselinesAsTestFailures;
|
|
29
|
-
+ (id)knownMemoryMetrics;
|
|
30
|
-
+ (id)measurementFormatter;
|
|
31
|
-
+ (BOOL)_reportPerformanceFailuresForLargeImprovements;
|
|
32
|
-
+ (BOOL)_enableSymbolication;
|
|
33
|
-
|
|
34
|
-
+ (BOOL)isInheritingTestCases;
|
|
35
|
-
+ (id)_testStartActvityDateFormatter;
|
|
36
|
-
+ (id)testCaseWithSelector:(SEL)arg1;
|
|
37
24
|
|
|
25
|
+
@property (readonly) unsigned long long hash;
|
|
26
|
+
@property (readonly) Class superclass;
|
|
27
|
+
@property (readonly, copy) NSString *description;
|
|
28
|
+
@property (readonly, copy) NSString *debugDescription;
|
|
29
|
+
@property (readonly, copy) NSString *name;
|
|
30
|
+
@property (copy) XCTIssue *candidateIssueForCurrentThread;
|
|
31
|
+
@property long long runLoopNestingCount;
|
|
32
|
+
@property (copy) NSDictionary *activityAggregateStatistics;
|
|
33
|
+
@property (retain) XCTRepetitionPolicy *repetitionPolicyInternal;
|
|
34
|
+
@property (retain) NSThread *primaryThread;
|
|
35
|
+
@property (nonatomic) _Bool shouldHaltWhenReceivesControl;
|
|
36
|
+
@property (nonatomic) _Bool shouldSetShouldHaltWhenReceivesControl;
|
|
37
|
+
@property (nonatomic) _Bool hasAttemptedToCaptureScreenshotOnFailure;
|
|
38
|
+
@property (retain) XCTestCaseRun *testCaseRun;
|
|
39
|
+
@property (retain, nonatomic) XCTMemoryChecker *defaultMemoryChecker;
|
|
40
|
+
@property (readonly) struct { long long x0; long long x1; long long x2; } minimumOperatingSystemVersion;
|
|
41
|
+
@property (readonly) double _effectiveExecutionTimeAllowance;
|
|
42
|
+
@property (nonatomic) _Bool _preciseTimeoutsEnabled;
|
|
43
|
+
@property (retain) NSMutableDictionary *_perfMetricsForID;
|
|
44
|
+
@property _Bool _didMeasureMetrics;
|
|
45
|
+
@property _Bool _didStartMeasuring;
|
|
46
|
+
@property _Bool _didStopMeasuring;
|
|
47
|
+
@property _Bool _isAutomaticallyMeasuring;
|
|
48
|
+
@property unsigned long long maxDurationInMinutes;
|
|
49
|
+
@property (readonly) NSDictionary *testRunConfiguration;
|
|
50
|
+
@property (readonly) _Bool shouldRelaunchBeforeRunningTest;
|
|
51
|
+
@property long long retryOnFailureCount;
|
|
38
52
|
|
|
39
|
-
|
|
40
|
-
+ (
|
|
53
|
+
/* class methods */
|
|
54
|
+
+ (id)defaultPerformanceMetrics;
|
|
55
|
+
+ (id)defaultMetrics;
|
|
56
|
+
+ (id)defaultMeasureOptions;
|
|
57
|
+
+ (_Bool)_reportPerformanceFailuresForLargeImprovements;
|
|
58
|
+
+ (_Bool)_treatMissingBaselinesAsTestFailures;
|
|
59
|
+
+ (id)_baselineDictionary;
|
|
60
|
+
+ (id)removeDigitsFromString:(id)string;
|
|
41
61
|
+ (id)defaultTestSuite;
|
|
42
|
-
+ (id)
|
|
43
|
-
+ (
|
|
44
|
-
+ (id)testMethodInvocations;
|
|
62
|
+
+ (id)_variationOptions;
|
|
63
|
+
+ (id)_allSubclasses;
|
|
45
64
|
+ (id)allSubclasses;
|
|
46
|
-
|
|
47
|
-
|
|
65
|
+
+ (id)allSubclassesOutsideXCTest;
|
|
66
|
+
+ (_Bool)isValidTestMethodWithSignature:(id)signature convention:(long long *)convention;
|
|
67
|
+
+ (id)_testMethodInvocationDescriptors;
|
|
68
|
+
+ (id)testMethodInvocations;
|
|
69
|
+
+ (void)_collectTestInvocationDescriptorsForClassHierarchyIntoDictionary:(id)dictionary;
|
|
70
|
+
+ (id)_allTestMethodInvocationDescriptors;
|
|
71
|
+
+ (id)allTestMethodInvocations;
|
|
72
|
+
+ (_Bool)overridesDefaultTestSuite;
|
|
73
|
+
+ (_Bool)overridesTestInvocations;
|
|
74
|
+
+ (id)testCaseWithInvocation:(id)invocation testRunConfiguration:(id)configuration;
|
|
75
|
+
+ (_Bool)_isDiscoverable;
|
|
76
|
+
+ (id)testRunConfigurationInputs;
|
|
77
|
+
+ (SEL)_resolvedTestMethodSelectorForSelector:(SEL)selector;
|
|
78
|
+
+ (id)testCaseWithSelector:(SEL)selector identifier:(id)identifier testRunConfiguration:(id)configuration;
|
|
79
|
+
+ (id)testCaseWithSelector:(SEL)selector testRunConfiguration:(id)configuration;
|
|
80
|
+
+ (id)_identifierForSelectorString:(id)string;
|
|
81
|
+
+ (id)_identifierForInvocation:(id)invocation;
|
|
82
|
+
+ (id)_languageSpecificTestMethodNameForSelector:(SEL)selector;
|
|
83
|
+
+ (_Bool)customizesTestMethodNameViaOverrides;
|
|
84
|
+
+ (_Bool)shouldSortTestsBySelector;
|
|
85
|
+
+ (_Bool)isInheritingTestCases;
|
|
86
|
+
+ (id)testInvocations;
|
|
87
|
+
+ (id)_testInvocationDescriptors;
|
|
88
|
+
+ (_Bool)_isAvailable;
|
|
89
|
+
+ (struct { long long x0; long long x1; long long x2; })minimumOperatingSystemVersion;
|
|
90
|
+
|
|
91
|
+
/* instance methods */
|
|
92
|
+
- (void)registerMetricID:(id)id name:(id)name unit:(id)unit;
|
|
93
|
+
- (void)registerMetricID:(id)id name:(id)name unitString:(id)string;
|
|
94
|
+
- (void)registerMetricID:(id)id name:(id)name unitString:(id)string polarity:(long long)polarity;
|
|
95
|
+
- (void)reportMeasurements:(id)measurements forMetricID:(id)id reportFailures:(_Bool)failures;
|
|
96
|
+
- (void)_logAndReportPerformanceMetrics:(id)metrics perfMetricResultsForIDs:(id)ids withBaselinesForTest:(id)test;
|
|
48
97
|
- (id)baselinesDictionaryForTest;
|
|
49
|
-
- (
|
|
50
|
-
- (void)
|
|
51
|
-
- (void)
|
|
52
|
-
- (void)
|
|
53
|
-
- (
|
|
54
|
-
- (
|
|
55
|
-
- (
|
|
56
|
-
- (id)
|
|
57
|
-
- (void)
|
|
58
|
-
- (void)
|
|
59
|
-
- (
|
|
60
|
-
- (
|
|
61
|
-
- (
|
|
62
|
-
- (
|
|
63
|
-
- (id)
|
|
64
|
-
- (void)
|
|
65
|
-
- (void)
|
|
66
|
-
- (
|
|
67
|
-
- (
|
|
68
|
-
- (void)
|
|
69
|
-
- (void)
|
|
70
|
-
- (void)
|
|
71
|
-
- (
|
|
72
|
-
- (
|
|
73
|
-
- (
|
|
74
|
-
- (
|
|
75
|
-
- (void)
|
|
76
|
-
- (void)
|
|
77
|
-
|
|
78
|
-
- (
|
|
79
|
-
- (
|
|
80
|
-
- (
|
|
81
|
-
- (
|
|
82
|
-
- (
|
|
83
|
-
- (id)
|
|
84
|
-
- (id)
|
|
85
|
-
- (id)
|
|
86
|
-
- (
|
|
87
|
-
- (id)
|
|
98
|
+
- (id)addAdditionalIterationsBasedOnOptions:(id)options;
|
|
99
|
+
- (void)reportMetric:(id)metric reportFailures:(_Bool)failures;
|
|
100
|
+
- (void)_logAndReportPerformanceMetrics:(id)metrics perfMetricResultsForIDs:(id)ids withBaselinesForTest:(id)test defaultBaselinesForPerfMetricID:(id)id;
|
|
101
|
+
- (void)_registerDefaultMetrics;
|
|
102
|
+
- (_Bool)_shouldAutomaticallyCollectPerformanceMetrics;
|
|
103
|
+
- (id)_processNamesToCollectPerformance;
|
|
104
|
+
- (id)_defaultAutomaticMetrics;
|
|
105
|
+
- (id)_defaultAutomaticMeasureOptions;
|
|
106
|
+
- (void)handleIssue:(id)issue;
|
|
107
|
+
- (void)handleIssue:(id)issue completionHandler:(id /* block */)handler;
|
|
108
|
+
- (id)_storageKeyForCandidateIssue;
|
|
109
|
+
- (void)expectFailureWithContext:(id)context;
|
|
110
|
+
- (_Bool)_isDuplicateOfIssue:(id)issue;
|
|
111
|
+
- (void)_recordIssue:(XCTIssue *)issue;
|
|
112
|
+
- (void)_enqueueIssue:(id)issue;
|
|
113
|
+
- (void)_dequeueIssues;
|
|
114
|
+
- (void)_handleIssue:(id)issue;
|
|
115
|
+
- (_Bool)_caughtUnhandledDeveloperExceptionPermittingControlFlowInterruptions:(_Bool)interruptions whileExecutingBlock:(id /* block */)block;
|
|
116
|
+
- (_Bool)_caughtUnhandledDeveloperExceptionPermittingControlFlowInterruptions:(_Bool)interruptions caughtInterruptionException:(_Bool *)exception whileExecutingBlock:(id /* block */)block;
|
|
117
|
+
- (void)_interruptOrMarkForLaterInterruption;
|
|
118
|
+
- (void)addAttachment:(id)attachment;
|
|
119
|
+
- (void)swift_waitForExpectations:(id)expectations timeout:(double)timeout enforceOrder:(_Bool)order completionHandler:(id /* block */)handler;
|
|
120
|
+
- (id)_expectationForDarwinNotification:(id)notification;
|
|
121
|
+
- (id)_expectationForDistributedNotification:(id)notification object:(id)object handler:(id /* block */)handler;
|
|
122
|
+
- (void)waitForExpectationsWithTimeout:(double)timeout handler:(id /* block */)handler;
|
|
123
|
+
- (void)waitForExpectations:(id)expectations;
|
|
124
|
+
- (void)waitForExpectations:(id)expectations timeout:(double)timeout;
|
|
125
|
+
- (void)waitForExpectations:(id)expectations enforceOrder:(_Bool)order;
|
|
126
|
+
- (void)waitForExpectations:(id)expectations timeout:(double)timeout enforceOrder:(_Bool)order;
|
|
127
|
+
- (id)expectationWithDescription:(id)description;
|
|
128
|
+
- (id)keyValueObservingExpectationForObject:(id)object keyPath:(id)path expectedValue:(id)value;
|
|
129
|
+
- (id)keyValueObservingExpectationForObject:(id)object keyPath:(id)path handler:(id /* block */)handler;
|
|
130
|
+
- (id)expectationForNotification:(id)notification object:(id)object handler:(id /* block */)handler;
|
|
131
|
+
- (id)expectationForNotification:(id)notification object:(id)object notificationCenter:(id)center handler:(id /* block */)handler;
|
|
132
|
+
- (id)expectationForPredicate:(id)predicate evaluatedWithObject:(id)object handler:(id /* block */)handler;
|
|
133
|
+
- (void)_waiter:(id)_waiter whileWaitingForWait:(id)wait didTimeoutWithUnfulfilledExpectations:(id)expectations;
|
|
134
|
+
- (void)_waiter:(id)_waiter whileWaitingForWait:(id)wait didFulfillInvertedExpectation:(id)expectation;
|
|
135
|
+
- (void)waiter:(id)waiter didTimeoutWithUnfulfilledExpectations:(id)expectations;
|
|
136
|
+
- (void)waiter:(id)waiter didFulfillInvertedExpectation:(id)expectation;
|
|
137
|
+
- (void)waiter:(id)waiter whileWaitingForWait:(id)wait didTimeoutWithUnfulfilledExpectations:(id)expectations;
|
|
138
|
+
- (void)waiter:(id)waiter whileWaitingForWait:(id)wait didFulfillInvertedExpectation:(id)expectation;
|
|
88
139
|
- (id)init;
|
|
89
|
-
- (
|
|
90
|
-
- (
|
|
91
|
-
- (
|
|
92
|
-
- (id)
|
|
93
|
-
- (id)
|
|
94
|
-
- (
|
|
95
|
-
- (
|
|
96
|
-
- (void)
|
|
97
|
-
- (void)
|
|
98
|
-
- (
|
|
99
|
-
- (
|
|
100
|
-
- (
|
|
101
|
-
- (
|
|
102
|
-
- (
|
|
103
|
-
- (
|
|
140
|
+
- (id)_duplicate;
|
|
141
|
+
- (unsigned long long)testCaseCount;
|
|
142
|
+
- (id)_xctTestIdentifier;
|
|
143
|
+
- (id)languageAgnosticTestMethodName;
|
|
144
|
+
- (id)nameForLegacyLogging;
|
|
145
|
+
- (long long)defaultExecutionOrderCompare:(id)compare;
|
|
146
|
+
- (_Bool)isEqual:(id)equal;
|
|
147
|
+
- (void)dealloc;
|
|
148
|
+
- (void)recordSkipWithMessage:(id)message;
|
|
149
|
+
- (Class)_requiredTestRunBaseClass;
|
|
150
|
+
- (Class)testRunClass;
|
|
151
|
+
- (id)invokeTestMethod:(id *)method;
|
|
152
|
+
- (void)conditionallyRelaunchTestRunnerProcess;
|
|
153
|
+
- (void)performTest:(id)test;
|
|
154
|
+
- (_Bool)_testMethodSkippedWithXCTSkip;
|
|
155
|
+
- (_Bool)_shouldRepeatTest;
|
|
156
|
+
- (void)_purgeTeardownBlocks;
|
|
157
|
+
- (void)setUpTestWithSelector:(SEL)selector;
|
|
158
|
+
- (void)tearDownTestWithSelector:(SEL)selector;
|
|
159
|
+
- (void)_logMemoryGraphData:(id)data withTitle:(id)title;
|
|
160
|
+
- (void)_logMemoryGraphDataFromFilePath:(id)path withTitle:(id)title;
|
|
161
|
+
- (void)_skipWithoutRunningWithContext:(id)context;
|
|
162
|
+
- (void)_addExpectation:(id)expectation;
|
|
163
|
+
- (void)assertInvalidObjectsDeallocatedAfterScope:(id /* block */)scope;
|
|
164
|
+
- (void)assertObjectsOfTypes:(id)types invalidAfterScope:(id /* block */)scope;
|
|
165
|
+
- (void)assertObjectsOfType:(id)type invalidAfterScope:(id /* block */)scope;
|
|
166
|
+
- (void)markInvalid:(id)invalid;
|
|
167
|
+
- (void)assertNoLeaksInScope:(id /* block */)scope;
|
|
168
|
+
- (void)assertNoLeaksExcludingSystemTypesInScope:(id /* block */)scope;
|
|
169
|
+
- (void)memoryChecker:(id)checker didFailWithMessages:(id)messages serializedMemoryGraph:(id)graph;
|
|
170
|
+
- (void)_exceededExecutionTimeAllowance;
|
|
171
|
+
- (void)_startTimeoutTimer;
|
|
172
|
+
- (void)_stopTimeoutTimer;
|
|
173
|
+
- (void)_resetTimer;
|
|
174
|
+
- (id)_activityAggregateStatistics;
|
|
175
|
+
- (void)_setActivityAggregateStatistics:(id)statistics;
|
|
176
|
+
- (id)_testRunConfiguration;
|
|
104
177
|
|
|
105
178
|
@end
|
|
179
|
+
|
|
180
|
+
#endif /* XCTestCase_h */
|
|
@@ -0,0 +1,20 @@
|
|
|
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 XCTestCaseDiscoveryUIAutomationDelegate_Protocol_h
|
|
8
|
+
#define XCTestCaseDiscoveryUIAutomationDelegate_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTestCaseDiscoveryUIAutomationDelegate <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
@optional
|
|
17
|
+
|
|
18
|
+
@end
|
|
19
|
+
|
|
20
|
+
#endif /* XCTestCaseDiscoveryUIAutomationDelegate_Protocol_h */
|
|
@@ -1,18 +1,28 @@
|
|
|
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 XCTestCaseRun_h
|
|
8
|
+
#define XCTestCaseRun_h
|
|
9
|
+
#import <XCTest/XCTestCaseRun.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
6
12
|
|
|
7
|
-
#
|
|
13
|
+
#include "XCTestRun.h"
|
|
8
14
|
|
|
9
|
-
@
|
|
10
|
-
{
|
|
11
|
-
}
|
|
15
|
+
@class XCTestRun;
|
|
12
16
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
17
|
+
@interface XCTestCaseRun (FBXCTestPrivate)
|
|
18
|
+
|
|
19
|
+
/* instance methods */
|
|
16
20
|
- (void)start;
|
|
21
|
+
- (void)stop;
|
|
22
|
+
- (void)recordSkipWithDescription:(id)description sourceCodeContext:(id)context;
|
|
23
|
+
- (void)recordExpectedFailure:(id)failure;
|
|
24
|
+
- (void)_handleIssue:(id)issue;
|
|
17
25
|
|
|
18
26
|
@end
|
|
27
|
+
|
|
28
|
+
#endif /* XCTestCaseRun_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 XCTestCaseUIAutomationDelegate_Protocol_h
|
|
8
|
+
#define XCTestCaseUIAutomationDelegate_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTestCaseUIAutomationDelegate <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
@optional
|
|
17
|
+
|
|
18
|
+
/* optional instance methods */
|
|
19
|
+
- (void)startingTestWithActivity:(id)activity;
|
|
20
|
+
- (void)performingTestAfterInvokingTest;
|
|
21
|
+
- (void)tearDownSequence;
|
|
22
|
+
|
|
23
|
+
@end
|
|
24
|
+
|
|
25
|
+
#endif /* XCTestCaseUIAutomationDelegate_Protocol_h */
|