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.
Files changed (248) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/PrivateHeaders/XCTest/CDStructures.h +0 -26
  3. package/PrivateHeaders/XCTest/NSFastEnumeration-Protocol.h +23 -0
  4. package/PrivateHeaders/XCTest/XCAXClient_iOS.h +80 -44
  5. package/PrivateHeaders/XCTest/XCApplicationQuery.h +18 -11
  6. package/PrivateHeaders/XCTest/XCDebugLogDelegate-Protocol.h +17 -5
  7. package/PrivateHeaders/XCTest/XCPointerEvent.h +52 -19
  8. package/PrivateHeaders/XCTest/XCPointerEventPath.h +55 -33
  9. package/PrivateHeaders/XCTest/XCSynthesizedEventRecord.h +41 -18
  10. package/PrivateHeaders/XCTest/XCTAggregateSuiteRunStatistics.h +38 -0
  11. package/PrivateHeaders/XCTest/XCTAttachmentManager.h +33 -0
  12. package/PrivateHeaders/XCTest/XCTCapabilities.h +35 -0
  13. package/PrivateHeaders/XCTest/XCTCapabilitiesProviding-Protocol.h +23 -0
  14. package/PrivateHeaders/XCTest/XCTElementSetTransformer-Protocol.h +30 -13
  15. package/PrivateHeaders/XCTest/XCTElementSnapshotAttributeDataSource-Protocol.h +33 -0
  16. package/PrivateHeaders/XCTest/XCTElementSnapshotProvider-Protocol.h +23 -0
  17. package/PrivateHeaders/XCTest/XCTExpectedFailureContextManager.h +35 -0
  18. package/PrivateHeaders/XCTest/XCTFuture.h +45 -0
  19. package/PrivateHeaders/XCTest/XCTHarnessEventReporting-Protocol.h +29 -0
  20. package/PrivateHeaders/XCTest/XCTIssue.h +49 -0
  21. package/PrivateHeaders/XCTest/XCTIssueHandling-Protocol.h +26 -0
  22. package/PrivateHeaders/XCTest/XCTMacCatalystStatusProviding-Protocol.h +23 -0
  23. package/PrivateHeaders/XCTest/XCTMeasureOptions.h +48 -0
  24. package/PrivateHeaders/XCTest/XCTMemoryChecker.h +50 -0
  25. package/PrivateHeaders/XCTest/XCTMemoryCheckerDelegate-Protocol.h +26 -0
  26. package/PrivateHeaders/XCTest/XCTMessagingChannel_IDEToRunner-Protocol.h +27 -0
  27. package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToDaemon-Protocol.h +39 -0
  28. package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToIDE-Protocol.h +32 -0
  29. package/PrivateHeaders/XCTest/XCTMessagingRole_ActivityReporting-Protocol.h +24 -0
  30. package/PrivateHeaders/XCTest/XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h +23 -0
  31. package/PrivateHeaders/XCTest/XCTMessagingRole_BundleRequesting-Protocol.h +24 -0
  32. package/PrivateHeaders/XCTest/XCTMessagingRole_CapabilityExchange-Protocol.h +56 -0
  33. package/PrivateHeaders/XCTest/XCTMessagingRole_DebugLogging-Protocol.h +23 -0
  34. package/PrivateHeaders/XCTest/XCTMessagingRole_EventSynthesis-Protocol.h +34 -0
  35. package/PrivateHeaders/XCTest/XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h +25 -0
  36. package/PrivateHeaders/XCTest/XCTMessagingRole_HIDEventRecording-Protocol.h +25 -0
  37. package/PrivateHeaders/XCTest/XCTMessagingRole_MemoryTesting-Protocol.h +23 -0
  38. package/PrivateHeaders/XCTest/XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h +23 -0
  39. package/PrivateHeaders/XCTest/XCTMessagingRole_ProcessMonitoring-Protocol.h +25 -0
  40. package/PrivateHeaders/XCTest/XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h +22 -0
  41. package/PrivateHeaders/XCTest/XCTMessagingRole_ScreenRecording-Protocol.h +24 -0
  42. package/PrivateHeaders/XCTest/XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h +23 -0
  43. package/PrivateHeaders/XCTest/XCTMessagingRole_SignpostRequesting-Protocol.h +24 -0
  44. package/PrivateHeaders/XCTest/XCTMessagingRole_SiriAutomation-Protocol.h +27 -0
  45. package/PrivateHeaders/XCTest/XCTMessagingRole_SystemConfiguration-Protocol.h +27 -0
  46. package/PrivateHeaders/XCTest/XCTMessagingRole_TelemetrySending-Protocol.h +23 -0
  47. package/PrivateHeaders/XCTest/XCTMessagingRole_TestExecution-Protocol.h +28 -0
  48. package/PrivateHeaders/XCTest/XCTMessagingRole_TestReporting-Protocol.h +40 -0
  49. package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomation-Protocol.h +29 -0
  50. package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h +27 -0
  51. package/PrivateHeaders/XCTest/XCTMessagingRole_UserPresence-Protocol.h +24 -0
  52. package/PrivateHeaders/XCTest/XCTMetricDiagnosticHelper.h +49 -0
  53. package/PrivateHeaders/XCTest/XCTNSPredicateExpectationObject-Protocol.h +15 -7
  54. package/PrivateHeaders/XCTest/XCTPromise.h +30 -0
  55. package/PrivateHeaders/XCTest/XCTRemoteSignpostListenerProxy-Protocol.h +29 -0
  56. package/PrivateHeaders/XCTest/XCTRepetitionPolicy.h +43 -0
  57. package/PrivateHeaders/XCTest/XCTReportingSession.h +50 -0
  58. package/PrivateHeaders/XCTest/XCTReportingSessionConfiguration-Protocol.h +27 -0
  59. package/PrivateHeaders/XCTest/XCTReportingSessionIssueReporter-Protocol.h +23 -0
  60. package/PrivateHeaders/XCTest/XCTReportingSessionTestContainer-Protocol.h +26 -0
  61. package/PrivateHeaders/XCTest/XCTReportingSessionTestReporter.h +51 -0
  62. package/PrivateHeaders/XCTest/XCTRunnerAutomationSession-Protocol.h +38 -0
  63. package/PrivateHeaders/XCTest/XCTRunnerDaemonSession.h +76 -78
  64. package/PrivateHeaders/XCTest/XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h +33 -0
  65. package/PrivateHeaders/XCTest/XCTRunnerIDESession.h +87 -53
  66. package/PrivateHeaders/XCTest/XCTRunnerIDESessionDelegate-Protocol.h +24 -0
  67. package/PrivateHeaders/XCTest/XCTRuntimeDiagnosticsPolicy.h +36 -0
  68. package/PrivateHeaders/XCTest/XCTRuntimeIssueDetectionPolicy.h +39 -0
  69. package/PrivateHeaders/XCTest/XCTScreenCapturePolicy.h +35 -0
  70. package/PrivateHeaders/XCTest/XCTSignpostListener-Protocol.h +25 -0
  71. package/PrivateHeaders/XCTest/XCTSkippedTestContext.h +37 -0
  72. package/PrivateHeaders/XCTest/XCTSourceCodeContext.h +39 -0
  73. package/PrivateHeaders/XCTest/XCTSourceCodeLocation.h +31 -0
  74. package/PrivateHeaders/XCTest/XCTTagSelection.h +41 -0
  75. package/PrivateHeaders/XCTest/XCTTestIdentifier.h +81 -0
  76. package/PrivateHeaders/XCTest/XCTTestIdentifierSet.h +54 -0
  77. package/PrivateHeaders/XCTest/XCTTestSelection.h +35 -0
  78. package/PrivateHeaders/XCTest/XCTWaiter.h +45 -46
  79. package/PrivateHeaders/XCTest/XCTWaiterManagement-Protocol.h +17 -6
  80. package/PrivateHeaders/XCTest/XCTWaiterManager-Protocol.h +25 -0
  81. package/PrivateHeaders/XCTest/XCTWaiterWait.h +40 -0
  82. package/PrivateHeaders/XCTest/XCTest.h +47 -28
  83. package/PrivateHeaders/XCTest/XCTestCase.h +165 -90
  84. package/PrivateHeaders/XCTest/XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h +20 -0
  85. package/PrivateHeaders/XCTest/XCTestCaseRun.h +19 -9
  86. package/PrivateHeaders/XCTest/XCTestCaseUIAutomationDelegate-Protocol.h +25 -0
  87. package/PrivateHeaders/XCTest/XCTestCastMethodNamesUIAutomationDelegate-Protocol.h +24 -0
  88. package/PrivateHeaders/XCTest/XCTestConfiguration.h +83 -55
  89. package/PrivateHeaders/XCTest/XCTestDriver.h +54 -28
  90. package/PrivateHeaders/XCTest/XCTestExpectation.h +37 -26
  91. package/PrivateHeaders/XCTest/XCTestExpectationDelegate-Protocol.h +15 -6
  92. package/PrivateHeaders/XCTest/XCTestObservationCenter.h +49 -25
  93. package/PrivateHeaders/XCTest/XCTestRun.h +33 -28
  94. package/PrivateHeaders/XCTest/XCUIAXNotificationHandling-Protocol.h +25 -0
  95. package/PrivateHeaders/XCTest/XCUIAccessibilityInterface-Protocol.h +58 -0
  96. package/PrivateHeaders/XCTest/XCUIAlertMonitoring-Protocol.h +27 -0
  97. package/PrivateHeaders/XCTest/XCUIApplication.h +86 -48
  98. package/PrivateHeaders/XCTest/XCUIApplicationAutomationSessionProviding-Protocol.h +26 -0
  99. package/PrivateHeaders/XCTest/XCUIApplicationImpl.h +78 -26
  100. package/PrivateHeaders/XCTest/XCUIApplicationImplReporter-Protocol.h +26 -0
  101. package/PrivateHeaders/XCTest/XCUIApplicationManaging-Protocol.h +23 -0
  102. package/PrivateHeaders/XCTest/XCUIApplicationMonitor-Protocol.h +43 -0
  103. package/PrivateHeaders/XCTest/XCUIApplicationOpenRequest.h +34 -0
  104. package/PrivateHeaders/XCTest/XCUIApplicationPlatformServicesProviderDelegate-Protocol.h +25 -0
  105. package/PrivateHeaders/XCTest/XCUIApplicationProcess.h +89 -69
  106. package/PrivateHeaders/XCTest/XCUIApplicationProcessDelegate-Protocol.h +25 -0
  107. package/PrivateHeaders/XCTest/XCUIApplicationProcessManaging-Protocol.h +26 -0
  108. package/PrivateHeaders/XCTest/XCUIApplicationProcessTracker-Protocol.h +28 -0
  109. package/PrivateHeaders/XCTest/XCUIApplicationRegistry.h +32 -0
  110. package/PrivateHeaders/XCTest/XCUIButtonConsole.h +26 -0
  111. package/PrivateHeaders/XCTest/XCUICoordinate.h +37 -32
  112. package/PrivateHeaders/XCTest/XCUIDevice.h +122 -17
  113. package/PrivateHeaders/XCTest/XCUIDeviceAutomationModeInterface-Protocol.h +25 -0
  114. package/PrivateHeaders/XCTest/XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h +22 -0
  115. package/PrivateHeaders/XCTest/XCUIDeviceEventAndStateInterface-Protocol.h +40 -0
  116. package/PrivateHeaders/XCTest/XCUIElement.h +191 -58
  117. package/PrivateHeaders/XCTest/XCUIElementAttributesPrivate-Protocol.h +26 -0
  118. package/PrivateHeaders/XCTest/XCUIElementEventTarget-Protocol.h +38 -0
  119. package/PrivateHeaders/XCTest/XCUIElementQuery.h +154 -58
  120. package/PrivateHeaders/XCTest/XCUIElementTypeQueryProvider_Private-Protocol.h +24 -0
  121. package/PrivateHeaders/XCTest/XCUIEventRecording-Protocol.h +37 -0
  122. package/PrivateHeaders/XCTest/XCUIHitPointResult.h +16 -11
  123. package/PrivateHeaders/XCTest/XCUIInterruptionMonitoring-Protocol.h +27 -0
  124. package/PrivateHeaders/XCTest/XCUIIssueDiagnosticsProviding-Protocol.h +23 -0
  125. package/PrivateHeaders/XCTest/XCUIKnobControl.h +26 -0
  126. package/PrivateHeaders/XCTest/XCUILocation.h +24 -0
  127. package/PrivateHeaders/XCTest/XCUIPlatformApplicationServicesProviding-Protocol.h +33 -0
  128. package/PrivateHeaders/XCTest/XCUIRemoteAccessibilityInterface-Protocol.h +45 -0
  129. package/PrivateHeaders/XCTest/XCUIRemoteDeviceRunner-Protocol.h +24 -0
  130. package/PrivateHeaders/XCTest/XCUIRemoteSiriInterface-Protocol.h +30 -0
  131. package/PrivateHeaders/XCTest/XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h +22 -0
  132. package/PrivateHeaders/XCTest/XCUIScreen.h +45 -19
  133. package/PrivateHeaders/XCTest/XCUIScreenDataSource-Protocol.h +28 -12
  134. package/PrivateHeaders/XCTest/XCUISiriService.h +39 -0
  135. package/PrivateHeaders/XCTest/XCUISystem.h +26 -0
  136. package/PrivateHeaders/XCTest/XCUIXcodeApplicationManaging-Protocol.h +27 -0
  137. package/PrivateHeaders/XCTest/_TtC10XCTestCore19XCTReportingContext.h +26 -0
  138. package/PrivateHeaders/XCTest/_XCTMessaging_VoidProtocol-Protocol.h +20 -0
  139. package/PrivateHeaders/XCTest/_XCTestObservationInternal-Protocol.h +26 -0
  140. package/PrivateHeaders/XCTest/_XCTestObservationPrivate-Protocol.h +27 -0
  141. package/WebDriverAgent.xcodeproj/project.pbxproj +718 -426
  142. package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m +9 -13
  143. package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +2 -2
  144. package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m +0 -1
  145. package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m +1 -0
  146. package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +4 -0
  147. package/WebDriverAgentLib/Categories/XCUIDevice+FBVoiceOver.m +9 -7
  148. package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m +2 -2
  149. package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m +7 -3
  150. package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.h +33 -0
  151. package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m +23 -0
  152. package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.m +1 -0
  153. package/WebDriverAgentLib/Commands/FBElementCommands.m +5 -0
  154. package/WebDriverAgentLib/Commands/FBSessionCommands.m +1 -1
  155. package/WebDriverAgentLib/FBAlert.m +12 -3
  156. package/WebDriverAgentLib/Info.plist +2 -2
  157. package/WebDriverAgentLib/Routing/FBWebServer.m +3 -2
  158. package/WebDriverAgentLib/Routing/FBXCElementSnapshot.h +1 -1
  159. package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.m +2 -2
  160. package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.h +1 -0
  161. package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m +6 -0
  162. package/WebDriverAgentLib/Utilities/FBScreenshot.m +2 -2
  163. package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.h +2 -2
  164. package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m +4 -4
  165. package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +24 -3
  166. package/build/lib/no-session-proxy.d.ts +2 -2
  167. package/build/lib/no-session-proxy.d.ts.map +1 -1
  168. package/build/lib/no-session-proxy.js +2 -2
  169. package/build/lib/no-session-proxy.js.map +1 -1
  170. package/build/lib/webdriveragent.d.ts +2 -2
  171. package/build/lib/webdriveragent.d.ts.map +1 -1
  172. package/build/lib/webdriveragent.js +2 -2
  173. package/build/lib/webdriveragent.js.map +1 -1
  174. package/lib/no-session-proxy.ts +2 -2
  175. package/lib/webdriveragent.ts +3 -3
  176. package/package.json +1 -1
  177. package/PrivateHeaders/XCTest/NSString-XCTAdditions.h +0 -11
  178. package/PrivateHeaders/XCTest/NSValue-XCTestAdditions.h +0 -11
  179. package/PrivateHeaders/XCTest/UIGestureRecognizer-RecordingAdditions.h +0 -11
  180. package/PrivateHeaders/XCTest/UILongPressGestureRecognizer-RecordingAdditions.h +0 -11
  181. package/PrivateHeaders/XCTest/UIPanGestureRecognizer-RecordingAdditions.h +0 -11
  182. package/PrivateHeaders/XCTest/UIPinchGestureRecognizer-RecordingAdditions.h +0 -11
  183. package/PrivateHeaders/XCTest/UISwipeGestureRecognizer-RecordingAdditions.h +0 -11
  184. package/PrivateHeaders/XCTest/UITapGestureRecognizer-RecordingAdditions.h +0 -11
  185. package/PrivateHeaders/XCTest/XCActivityRecord.h +0 -39
  186. package/PrivateHeaders/XCTest/XCApplicationMonitor.h +0 -44
  187. package/PrivateHeaders/XCTest/XCApplicationMonitor_iOS.h +0 -18
  188. package/PrivateHeaders/XCTest/XCDeviceEvent.h +0 -27
  189. package/PrivateHeaders/XCTest/XCEventGenerator.h +0 -73
  190. package/PrivateHeaders/XCTest/XCKeyMappingPath.h +0 -36
  191. package/PrivateHeaders/XCTest/XCKeyboardInputSolver.h +0 -41
  192. package/PrivateHeaders/XCTest/XCKeyboardKeyMap.h +0 -101
  193. package/PrivateHeaders/XCTest/XCKeyboardLayout.h +0 -35
  194. package/PrivateHeaders/XCTest/XCSourceCodeRecording.h +0 -42
  195. package/PrivateHeaders/XCTest/XCSourceCodeTreeNode.h +0 -84
  196. package/PrivateHeaders/XCTest/XCSourceCodeTreeNodeEnumerator.h +0 -18
  197. package/PrivateHeaders/XCTest/XCSymbolicationRecord.h +0 -29
  198. package/PrivateHeaders/XCTest/XCSymbolicatorHolder.h +0 -14
  199. package/PrivateHeaders/XCTest/XCTAXClient-Protocol.h +0 -14
  200. package/PrivateHeaders/XCTest/XCTAsyncActivity-Protocol.h +0 -16
  201. package/PrivateHeaders/XCTest/XCTAsyncActivity.h +0 -23
  202. package/PrivateHeaders/XCTest/XCTAutomationTarget-Protocol.h +0 -12
  203. package/PrivateHeaders/XCTest/XCTDarwinNotificationExpectation.h +0 -23
  204. package/PrivateHeaders/XCTest/XCTKVOExpectation.h +0 -28
  205. package/PrivateHeaders/XCTest/XCTMetric.h +0 -29
  206. package/PrivateHeaders/XCTest/XCTNSNotificationExpectation.h +0 -27
  207. package/PrivateHeaders/XCTest/XCTNSPredicateExpectation.h +0 -24
  208. package/PrivateHeaders/XCTest/XCTRunnerAutomationSession.h +0 -21
  209. package/PrivateHeaders/XCTest/XCTTestRunSession.h +0 -25
  210. package/PrivateHeaders/XCTest/XCTTestRunSessionDelegate-Protocol.h +0 -17
  211. package/PrivateHeaders/XCTest/XCTUIApplicationMonitor-Protocol.h +0 -17
  212. package/PrivateHeaders/XCTest/XCTWaiterDelegate-Protocol.h +0 -16
  213. package/PrivateHeaders/XCTest/XCTWaiterDelegatePrivate-Protocol.h +0 -12
  214. package/PrivateHeaders/XCTest/XCTWaiterManager.h +0 -28
  215. package/PrivateHeaders/XCTest/XCTestCaseSuite.h +0 -19
  216. package/PrivateHeaders/XCTest/XCTestContext.h +0 -26
  217. package/PrivateHeaders/XCTest/XCTestContextScope.h +0 -19
  218. package/PrivateHeaders/XCTest/XCTestDriverInterface-Protocol.h +0 -14
  219. package/PrivateHeaders/XCTest/XCTestExpectationWaiter.h +0 -17
  220. package/PrivateHeaders/XCTest/XCTestLog.h +0 -32
  221. package/PrivateHeaders/XCTest/XCTestManager_IDEInterface-Protocol.h +0 -36
  222. package/PrivateHeaders/XCTest/XCTestManager_ManagerInterface-Protocol.h +0 -54
  223. package/PrivateHeaders/XCTest/XCTestManager_TestsInterface-Protocol.h +0 -12
  224. package/PrivateHeaders/XCTest/XCTestMisuseObserver.h +0 -37
  225. package/PrivateHeaders/XCTest/XCTestObservation-Protocol.h +0 -20
  226. package/PrivateHeaders/XCTest/XCTestObserver.h +0 -20
  227. package/PrivateHeaders/XCTest/XCTestProbe.h +0 -13
  228. package/PrivateHeaders/XCTest/XCTestSuite.h +0 -48
  229. package/PrivateHeaders/XCTest/XCTestSuiteRun.h +0 -28
  230. package/PrivateHeaders/XCTest/XCTestWaiter.h +0 -14
  231. package/PrivateHeaders/XCTest/XCUIElementAsynchronousHandlerWrapper.h +0 -19
  232. package/PrivateHeaders/XCTest/XCUIElementHitPointCoordinate.h +0 -24
  233. package/PrivateHeaders/XCTest/XCUIRecorderNodeFinder.h +0 -65
  234. package/PrivateHeaders/XCTest/XCUIRecorderNodeFinderMatch.h +0 -25
  235. package/PrivateHeaders/XCTest/XCUIRecorderTimingMessage.h +0 -20
  236. package/PrivateHeaders/XCTest/XCUIRecorderUtilities.h +0 -45
  237. package/PrivateHeaders/XCTest/_XCInternalTestRun.h +0 -43
  238. package/PrivateHeaders/XCTest/_XCKVOExpectationImplementation.h +0 -32
  239. package/PrivateHeaders/XCTest/_XCTDarwinNotificationExpectationImplementation.h +0 -27
  240. package/PrivateHeaders/XCTest/_XCTNSNotificationExpectationImplementation.h +0 -30
  241. package/PrivateHeaders/XCTest/_XCTNSPredicateExpectationImplementation.h +0 -29
  242. package/PrivateHeaders/XCTest/_XCTWaiterImpl.h +0 -41
  243. package/PrivateHeaders/XCTest/_XCTestCaseImplementation.h +0 -70
  244. package/PrivateHeaders/XCTest/_XCTestCaseInterruptionException.h +0 -13
  245. package/PrivateHeaders/XCTest/_XCTestExpectationImplementation.h +0 -40
  246. package/PrivateHeaders/XCTest/_XCTestImplementation.h +0 -14
  247. package/PrivateHeaders/XCTest/_XCTestObservationCenterImplementation.h +0 -19
  248. package/PrivateHeaders/XCTest/_XCTestSuiteImplementation.h +0 -23
@@ -1,55 +1,54 @@
1
1
  //
2
- // Generated by class-dump 3.5 (64 bit).
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
3
  //
4
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
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
- #import "NSObject.h"
8
-
9
- #import "XCTWaiterManagement.h"
10
- #import "XCTestExpectationDelegate.h"
11
-
12
- @class NSArray, NSObject<OS_dispatch_queue>, NSString, _XCTWaiterImpl;
13
-
14
- @interface XCTWaiter : NSObject <XCTestExpectationDelegate, XCTWaiterManagement>
15
- {
16
- id _internalImplementation;
17
- }
18
- @property(readonly) _XCTWaiterImpl *internalImplementation; // @synthesize internalImplementation=_internalImplementation;
19
- @property(readonly) double timeout;
20
- @property(readonly, getter=isInProgress) BOOL inProgress;
21
- @property struct __CFRunLoop *waitingRunLoop;
22
- @property(readonly, nonatomic) NSObject<OS_dispatch_queue> *delegateQueue;
23
- @property(readonly, nonatomic) NSObject<OS_dispatch_queue> *queue;
24
- @property(readonly, copy) NSArray *waitCallStackReturnAddresses;
25
- @property(readonly) NSArray *fulfilledExpectations;
26
- @property __weak id <XCTWaiterDelegate> delegate;
27
-
28
- + (id)waitForActivity:(id)arg1 timeout:(double)arg2 block:(CDUnknownBlockType)arg3;
29
- + (long long)waitForExpectations:(id)arg1 timeout:(double)arg2 enforceOrder:(BOOL)arg3;
30
- + (long long)waitForExpectations:(id)arg1 timeout:(double)arg2;
31
- + (void)wait:(double)arg1;
32
- + (void)setStallHandler:(CDUnknownBlockType)arg1;
33
- + (void)handleStalledWaiter:(id)arg1;
34
- + (CDUnknownBlockType)installWatchdogForWaiter:(id)arg1 timeout:(double)arg2;
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
- // Generated by class-dump 3.5 (64 bit).
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
3
  //
4
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
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
- #import "NSObject.h"
7
+ #ifndef XCTWaiterManagement_Protocol_h
8
+ #define XCTWaiterManagement_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
8
11
 
9
12
  @protocol XCTWaiterManagement <NSObject>
10
- @property(readonly, getter=isInProgress) BOOL inProgress;
11
- - (void)interruptForWaiter:(id <XCTWaiterManagement>)arg1;
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
- // Generated by class-dump 3.5 (64 bit).
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
3
  //
4
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
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
- @class NSString, XCTestRun;
8
-
9
- @interface XCTest : NSObject
10
- {
11
- id _internal;
12
- }
13
- @property(readonly) NSString *nameForLegacyLogging;
14
- @property(readonly) NSString *languageAgnosticTestMethodName;
15
- @property(readonly) NSString *languageAgnosticTestClassName;
16
- @property(readonly) XCTestRun *testRun;
17
- @property(readonly) Class testRunClass;
18
- @property(readonly) Class _requiredTestRunBaseClass;
19
- @property(readonly, copy) NSString *name;
20
- @property(readonly) unsigned long long testCaseCount;
21
- @property(readonly) NSString *_methodNameForReporting;
22
- @property(readonly) NSString *_classNameForReporting;
23
-
24
- + (id)languageAgnosticTestClassNameForTestClass:(Class)arg1;
25
-
26
- - (void)tearDown;
27
- - (void)setUp;
28
- - (void)runTest;
29
- - (id)run;
30
- - (void)performTest:(id)arg1;
31
- - (id)init;
32
- - (void)removeTestsWithNames:(id)arg1;
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
- // Generated by class-dump 3.5 (64 bit).
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
3
  //
4
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
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
- #import <XCTest/XCTest.h>
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
- #import <WebDriverAgentLib/CDStructures.h>
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
- #pragma clang diagnostic push
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
- + (void)tearDown;
40
- + (void)setUp;
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)allTestMethodInvocations;
43
- + (void)_allTestMethodInvocations:(id)arg1;
44
- + (id)testMethodInvocations;
62
+ + (id)_variationOptions;
63
+ + (id)_allSubclasses;
45
64
  + (id)allSubclasses;
46
- - (void)startActivityWithTitle:(id)arg1 block:(CDUnknownBlockType)arg2;
47
- - (void)registerDefaultMetrics;
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
- - (void)_logAndReportPerformanceMetrics:(id)arg1 perfMetricResultsForIDs:(id)arg2 withBaselinesForTest:(id)arg3;
50
- - (void)_logAndReportPerformanceMetrics:(id)arg1 perfMetricResultsForIDs:(id)arg2 withBaselinesForTest:(id)arg3 defaultBaselinesForPerfMetricID:(id)arg4;
51
- - (void)registerMetricID:(id)arg1 name:(id)arg2 unitString:(id)arg3;
52
- - (void)registerMetricID:(id)arg1 name:(id)arg2 unit:(id)arg3;
53
- - (void)reportMetric:(id)arg1 reportFailures:(BOOL)arg2;
54
- - (void)reportMeasurements:(id)arg1 forMetricID:(id)arg2 reportFailures:(BOOL)arg3;
55
- - (void)_recordValues:(id)arg1 forPerformanceMetricID:(id)arg2 name:(id)arg3 unitsOfMeasurement:(id)arg4 baselineName:(id)arg5 baselineAverage:(id)arg6 maxPercentRegression:(id)arg7 maxPercentRelativeStandardDeviation:(id)arg8 maxRegression:(id)arg9 maxStandardDeviation:(id)arg10 file:(id)arg11 line:(unsigned long long)arg12;
56
- - (id)_symbolicationRecordForTestCodeInAddressStack:(id)arg1;
57
- - (void)stopMeasuring;
58
- - (void)startMeasuring;
59
- - (BOOL)_isMeasuringMetrics;
60
- - (BOOL)_didStopMeasuring;
61
- - (BOOL)_didStartMeasuring;
62
- - (BOOL)_didMeasureMetrics;
63
- - (id)_perfMetricsForID;
64
- - (void)_logMemoryGraphDataFromFilePath:(id)arg1 withTitle:(id)arg2;
65
- - (void)_logMemoryGraphData:(id)arg1 withTitle:(id)arg2;
66
- - (unsigned long long)numberOfTestIterationsForTestWithSelector:(SEL)arg1;
67
- - (void)afterTestIteration:(unsigned long long)arg1 selector:(SEL)arg2;
68
- - (void)beforeTestIteration:(unsigned long long)arg1 selector:(SEL)arg2;
69
- - (void)tearDownTestWithSelector:(SEL)arg1;
70
- - (void)setUpTestWithSelector:(SEL)arg1;
71
- - (void)performTest:(id)arg1;
72
- - (void)invokeTest;
73
- - (Class)testRunClass;
74
- - (Class)_requiredTestRunBaseClass;
75
- - (void)_recordUnexpectedFailureWithDescription:(id)arg1 error:(id)arg2;
76
- - (void)_recordUnexpectedFailureWithDescription:(id)arg1 exception:(id)arg2;
77
- // Exists since Xcode 9.4.1, at least
78
- - (void)recordFailureWithDescription:(NSString *)arg1 inFile:(NSString *)arg2 atLine:(NSUInteger)arg3 expected:(BOOL)arg4;
79
- - (void)_enqueueFailureWithDescription:(NSString *)description inFile:(NSString *)filePath atLine:(NSUInteger)lineNumber expected:(BOOL)expected;
80
- - (void)_dequeueFailures;
81
- - (void)_interruptTest;
82
- - (BOOL)isEqual:(id)arg1;
83
- - (id)nameForLegacyLogging;
84
- - (id)name;
85
- - (id)languageAgnosticTestMethodName;
86
- - (unsigned long long)testCaseCount;
87
- - (id)initWithSelector:(SEL)arg1;
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
- - (void)waiter:(id)arg1 didFulfillInvertedExpectation:(id)arg2;
90
- - (void)waiter:(id)arg1 fulfillmentDidViolateOrderingConstraintsForExpectation:(id)arg2 requiredExpectation:(id)arg3;
91
- - (void)waiter:(id)arg1 didTimeoutWithUnfulfilledExpectations:(id)arg2;
92
- - (id)expectationForPredicate:(id)arg1 evaluatedWithObject:(id)arg2 handler:(CDUnknownBlockType)arg3;
93
- - (id)expectationForNotification:(id)arg1 object:(id)arg2 handler:(CDUnknownBlockType)arg3;
94
- - (id)keyValueObservingExpectationForObject:(id)arg1 keyPath:(id)arg2 handler:(CDUnknownBlockType)arg3;
95
- - (id)keyValueObservingExpectationForObject:(id)arg1 keyPath:(id)arg2 expectedValue:(id)arg3;
96
- - (void)_addExpectation:(id)arg1;
97
- - (void)waitForExpectations:(id)arg1 timeout:(double)arg2 enforceOrder:(BOOL)arg3;
98
- - (void)waitForExpectations:(id)arg1 timeout:(double)arg2;
99
- - (void)waitForExpectationsWithTimeout:(double)arg1 handler:(CDUnknownBlockType)arg2;
100
- - (void)_waitForExpectations:(id)arg1 timeout:(double)arg2 enforceOrder:(BOOL)arg3 handler:(CDUnknownBlockType)arg4;
101
- - (id)expectationWithDescription:(id)arg1;
102
- - (id)_expectationForDarwinNotification:(id)arg1;
103
- - (void)nestedWaiter:(id)arg1 wasInterruptedByTimedOutWaiter:(id)arg2;
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
- // Generated by class-dump 3.5 (64 bit).
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
3
  //
4
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
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
- #import <XCTest/XCTestRun.h>
13
+ #include "XCTestRun.h"
8
14
 
9
- @interface XCTestCaseRun : XCTestRun
10
- {
11
- }
15
+ @class XCTestRun;
12
16
 
13
- - (void)_recordValues:(id)arg1 forPerformanceMetricID:(id)arg2 name:(id)arg3 unitsOfMeasurement:(id)arg4 baselineName:(id)arg5 baselineAverage:(id)arg6 maxPercentRegression:(id)arg7 maxPercentRelativeStandardDeviation:(id)arg8 maxRegression:(id)arg9 maxStandardDeviation:(id)arg10 file:(id)arg11 line:(unsigned long long)arg12;
14
- - (void)recordFailureInTest:(id)arg1 withDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4 expected:(BOOL)arg5;
15
- - (void)stop;
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 */