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,65 +1,99 @@
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 XCTRunnerIDESession_h
8
+ #define XCTRunnerIDESession_h
9
+ @import Foundation;
10
+ @import UIKit;
6
11
 
7
- #import "NSObject.h"
12
+ #include "XCDebugLogDelegate-Protocol.h"
13
+ #include "XCTHarnessEventReporting-Protocol.h"
14
+ #include "XCTMessagingChannel_IDEToRunner-Protocol.h"
15
+ #include "XCTMessagingChannel_RunnerToIDE-Protocol.h"
16
+ #include "XCTMessagingRole_ProcessMonitoring-Protocol.h"
17
+ #include "XCTMessagingRole_TestExecution-Protocol.h"
18
+ #include "XCTRunnerIDESessionDelegate-Protocol.h"
19
+ #include "_XCTestObservationInternal-Protocol.h"
8
20
 
9
- #import "XCTTestRunSessionDelegate.h"
10
- #import "XCTestDriverInterface.h"
11
- #import "XCTestObservation.h"
21
+ @class DTXConnection, NSMutableArray, NSObject, NSString, XCTCapabilities, XCTFuture, XCTPromise, XCTReportingSession, XCTReportingSessionTestReporter, XCTestRun;
22
+ @protocol XCUIApplicationMonitor;
12
23
 
13
- @class DTXConnection, NSObject<OS_dispatch_queue>, NSString, XCTestRun;
14
-
15
- @interface XCTRunnerIDESession : NSObject <XCTestObservation, XCTestDriverInterface, XCTTestRunSessionDelegate>
16
- {
17
- NSObject<OS_dispatch_queue> *_queue;
18
- DTXConnection *_IDEConnection;
19
- id <XCTestManager_IDEInterface><NSObject> _IDEProxy;
20
- long long _IDEProtocolVersion;
21
- id <XCTUIApplicationMonitor> _applicationMonitor;
22
- XCTestRun *_currentTestRun;
23
- CDUnknownBlockType _readinessReply;
24
+ @interface XCTRunnerIDESession : NSObject <XCTMessagingChannel_IDEToRunner, _XCTestObservationInternal, XCTMessagingRole_ProcessMonitoring, XCTMessagingRole_TestExecution, XCTHarnessEventReporting, XCDebugLogDelegate> {
25
+ /* instance variables */
26
+ struct { unsigned int _os_unfair_lock_opaque; } _lock;
24
27
  }
25
- @property(copy) CDUnknownBlockType readinessReply; // @synthesize readinessReply=_readinessReply;
26
- @property(retain) id <XCTestManager_IDEInterface><NSObject> IDEProxy; // @synthesize IDEProxy=_IDEProxy;
27
- @property(retain) DTXConnection *IDEConnection; // @synthesize IDEConnection=_IDEConnection;
28
- @property __weak id <XCTUIApplicationMonitor> applicationMonitor; // @synthesize applicationMonitor=_applicationMonitor;
29
- @property(retain) NSObject<OS_dispatch_queue> *queue; // @synthesize queue=_queue;
30
- @property(readonly) BOOL reportsCrashes;
31
- @property long long IDEProtocolVersion; // @synthesize IDEProtocolVersion=_IDEProtocolVersion;
32
28
 
33
- + (int)connectedSocketForLocalPath:(id)arg1 error:(id *)arg2;
34
- + (void)setSharedSession:(id)arg1;
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
+ @property (readonly) DTXConnection *IDEConnection;
34
+ @property (readonly) id <XCTMessagingChannel_RunnerToIDE, NSObject> IDEProxy;
35
+ @property (readonly) XCTPromise *readyForTestingPromise;
36
+ @property (readonly) XCTPromise *IDEProxyPromise;
37
+ @property (retain) XCTReportingSessionTestReporter *currentTestReporter;
38
+ @property (retain) XCTCapabilities *IDECapabilities;
39
+ @property (copy) id /* block */ readinessReply;
40
+ @property (retain) XCTestRun *currentTestRun;
41
+ @property (retain) NSMutableArray *suiteReporters;
42
+ @property long long runningTestSuiteCount;
43
+ @property (readonly) XCTFuture *testConfigurationFuture;
44
+ @property (readonly) XCTFuture *readyForTestingFuture;
45
+ @property (readonly) XCTFuture *IDEProxyFuture;
46
+ @property (retain) XCTReportingSession *reportingSession;
47
+ @property (weak) id <XCTRunnerIDESessionDelegate> delegate;
48
+ @property (weak) id <XCUIApplicationMonitor> applicationMonitor;
49
+
50
+ /* class methods */
35
51
  + (id)sharedSession;
36
- + (id)sharedSessionQueue;
52
+ + (void)setSharedSession:(id)session;
53
+ + (double)IDEConnectionTimeout;
54
+ + (void)daemonMediatedSessionForSessionIdentifier:(id)identifier daemonSession:(id)session delegate:(id)delegate completion:(id /* block */)completion;
55
+ + (id)exportedCapabilities;
37
56
 
38
- - (void)testBundleDidFinish:(id)arg1;
39
- - (void)_testCase:(id)arg1 didFinishActivity:(id)arg2;
40
- - (void)_testCase:(id)arg1 willStartActivity:(id)arg2;
41
- - (void)_testCase:(id)arg1 didMeasureValues:(id)arg2 forPerformanceMetricID:(id)arg3 name:(id)arg4 unitsOfMeasurement:(id)arg5 baselineName:(id)arg6 baselineAverage:(id)arg7 maxPercentRegression:(id)arg8 maxPercentRelativeStandardDeviation:(id)arg9 maxRegression:(id)arg10 maxStandardDeviation:(id)arg11 file:(id)arg12 line:(unsigned long long)arg13;
42
- - (void)testCase:(id)arg1 didFailWithDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
43
- - (void)testCaseDidFinish:(id)arg1;
44
- - (void)testCaseWillStart:(id)arg1;
45
- - (void)testSuiteDidFinish:(id)arg1;
46
- - (void)testSuite:(id)arg1 didFailWithDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
47
- - (void)testSuiteWillStart:(id)arg1;
48
- - (void)testBundleWillStart:(id)arg1;
49
- - (id)_IDE_processWithToken:(id)arg1 exitedWithStatus:(id)arg2;
50
- - (id)_IDE_stopTrackingProcessWithToken:(id)arg1;
51
- - (void)terminateProcessWithToken:(id)arg1 completion:(CDUnknownBlockType)arg2;
52
- - (void)requestLaunchProgressForProcessWithToken:(id)arg1 completion:(CDUnknownBlockType)arg2;
53
- - (void)launchProcessWithPath:(id)arg1 bundleID:(id)arg2 arguments:(id)arg3 environmentVariables:(id)arg4 completion:(CDUnknownBlockType)arg5;
54
- - (id)_IDE_processWithBundleID:(id)arg1 path:(id)arg2 pid:(id)arg3 crashedUnderSymbol:(id)arg4;
55
- - (void)reportStallOnMainThreadInTestCase:(id)arg1 method:(id)arg2 file:(id)arg3 line:(unsigned long long)arg4;
56
- - (void)logDebugMessage:(id)arg1;
57
- - (void)testRunSessionDidFinishExecutingTestPlan:(id)arg1 reply:(CDUnknownBlockType)arg2;
58
- - (void)testRunSession:(id)arg1 initializationForUITestingDidFailWithError:(id)arg2;
59
- - (void)testRunSessionDidBeginInitializingForUITesting:(id)arg1;
60
- - (void)testRunSessionDidBeginExecutingTestPlan:(id)arg1;
61
- - (id)_IDE_startExecutingTestPlanWithProtocolVersion:(id)arg1;
62
- - (void)requestReadinessForTesting:(CDUnknownBlockType)arg1;
63
- - (id)initWithConnectedSocket:(int)arg1;
57
+ /* instance methods */
58
+ - (void)testBundleWillStart:(id)start;
59
+ - (void)testSuiteWillStart:(id)start;
60
+ - (void)testSuite:(id)suite didRecordSkipWithDescription:(id)description sourceCodeContext:(id)context;
61
+ - (void)testSuite:(id)suite didRecordIssue:(id)issue;
62
+ - (void)testSuite:(id)suite didRecordExpectedFailure:(id)failure;
63
+ - (void)testSuiteDidFinish:(id)finish;
64
+ - (void)testCaseWillStart:(id)start;
65
+ - (void)testCase:(id)_case didRecordSkipWithDescription:(id)description sourceCodeContext:(id)context;
66
+ - (void)testCasePlaceholder:(id)placeholder isUnavailableWithReason:(id)reason;
67
+ - (void)testCaseDidFinish:(id)finish;
68
+ - (void)testCase:(id)_case didRecordIssue:(id)issue;
69
+ - (void)testCase:(id)_case didRecordExpectedFailure:(id)failure;
70
+ - (void)_context:(id)_context willStartActivity:(id)activity;
71
+ - (void)_context:(id)_context didFinishActivity:(id)activity;
72
+ - (void)testBundleDidFinish:(id)finish;
73
+ - (id)suiteReporterForSuite:(id)suite;
74
+ - (id)currentTestContainer;
75
+ - (id)_IDE_processWithBundleID:(id)id path:(id)path pid:(id)pid crashedUnderSymbol:(id)symbol;
76
+ - (id)_IDE_stopTrackingProcessWithToken:(id)token;
77
+ - (id)_IDE_processWithToken:(id)token exitedWithStatus:(id)status;
78
+ - (id)_IDE_startExecutingTestPlanWithProtocolVersion:(id)version;
79
+ - (id)_IDE_fetchParallelizableTestIdentifiers;
80
+ - (id)_IDE_fetchAllTestIdentifiers;
81
+ - (id)_IDE_enumerateTests:(id)tests;
82
+ - (void)_debugLogCIState;
83
+ - (id)_IDE_executeTestsWithIdentifiersToRun:(id)run identifiersToSkip:(id)skip;
84
+ - (id)_IDE_shutdown;
85
+ - (void)reportBootstrappingFailure:(id)failure completion:(id /* block */)completion;
86
+ - (void)reportTestWithIdentifier:(id)identifier didExceedExecutionTimeAllowance:(double)allowance;
87
+ - (void)reportDidBeginExecutingTestPlan;
88
+ - (void)reportInitializationForUITestingFinishedWithError:(id)error;
89
+ - (void)reportDidFinishExecutingTestPlanWithCompletion:(id /* block */)completion;
90
+ - (void)reportStallOnMainThreadInTestCase:(id)_case file:(id)file line:(unsigned long long)line;
91
+ - (void)reportSelfDiagnosisIssue:(id)issue description:(id)description;
92
+ - (void)logDebugMessage:(id)message;
93
+ - (void)didFinishWritingAttachmentWithMetadata:(id)metadata;
94
+ - (id)initWithTransport:(id)transport delegate:(id)delegate;
95
+ - (void)flushOutgoingMessagesWithIDEConfirmationTimeout:(double)timeout;
64
96
 
65
97
  @end
98
+
99
+ #endif /* XCTRunnerIDESession_h */
@@ -0,0 +1,24 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCTRunnerIDESessionDelegate_Protocol_h
8
+ #define XCTRunnerIDESessionDelegate_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol XCTRunnerIDESessionDelegate <NSObject>
13
+
14
+ @required
15
+
16
+ /* required instance methods */
17
+ - (void)IDESessionDidDisconnect:(id)disconnect;
18
+ - (void)testWorkerForIDESession:(id)idesession completion:(id /* block */)completion;
19
+
20
+ @optional
21
+
22
+ @end
23
+
24
+ #endif /* XCTRunnerIDESessionDelegate_Protocol_h */
@@ -0,0 +1,36 @@
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 XCTRuntimeDiagnosticsPolicy_h
8
+ #define XCTRuntimeDiagnosticsPolicy_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSObject, NSString, XCTRuntimeIssueDetectionPolicy;
13
+
14
+ @interface XCTRuntimeDiagnosticsPolicy : NSObject <NSSecureCoding>
15
+
16
+ @property (readonly) _Bool isDefault;
17
+ @property (readonly) XCTRuntimeIssueDetectionPolicy *mainThreadCheckerDetectionPolicy;
18
+ @property (readonly) XCTRuntimeIssueDetectionPolicy *threadPerformanceCheckerRuntimeIssueDetectionPolicy;
19
+ @property (readonly) XCTRuntimeIssueDetectionPolicy *otherRuntimeIssuesDetectionPolicy;
20
+ @property (readonly) NSString *checkedAllocationsOption;
21
+
22
+ /* class methods */
23
+ + (id)defaultRuntimeDiagnosticsPolicy;
24
+ + (_Bool)supportsSecureCoding;
25
+
26
+ /* instance methods */
27
+ - (id)description;
28
+ - (id)initWithDictionary:(id)dictionary;
29
+ - (id)dictionaryRepresentation;
30
+ - (_Bool)isEqual:(id)equal;
31
+ - (id)initWithCoder:(id)coder;
32
+ - (void)encodeWithCoder:(id)coder;
33
+
34
+ @end
35
+
36
+ #endif /* XCTRuntimeDiagnosticsPolicy_h */
@@ -0,0 +1,39 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCTRuntimeIssueDetectionPolicy_h
8
+ #define XCTRuntimeIssueDetectionPolicy_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSObject;
13
+
14
+ @interface XCTRuntimeIssueDetectionPolicy : NSObject <NSSecureCoding>
15
+
16
+ @property (readonly, getter=isDetectionEnabled) _Bool detectionEnabled;
17
+ @property (readonly) long long severity;
18
+ @property (readonly) _Bool isDefault;
19
+
20
+ /* class methods */
21
+ + (id)defaultRuntimeIssueDetectionPolicy;
22
+ + (id)stringFromSeverity:(long long)severity;
23
+ + (_Bool)supportsSecureCoding;
24
+
25
+ /* instance methods */
26
+ - (id)initWithDetectionEnabled:(_Bool)enabled severity:(long long)severity;
27
+ - (id)initWithDetectionEnabled:(_Bool)enabled;
28
+ - (id)initWithDictionary:(id)dictionary;
29
+ - (id)description;
30
+ - (_Bool)isEqual:(id)equal;
31
+ - (_Bool)isEqualToPolicy:(id)policy;
32
+ - (unsigned long long)hash;
33
+ - (id)dictionaryRepresentation;
34
+ - (void)encodeWithCoder:(id)coder;
35
+ - (id)initWithCoder:(id)coder;
36
+
37
+ @end
38
+
39
+ #endif /* XCTRuntimeIssueDetectionPolicy_h */
@@ -0,0 +1,35 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCTScreenCapturePolicy_h
8
+ #define XCTScreenCapturePolicy_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSObject;
13
+
14
+ @interface XCTScreenCapturePolicy : NSObject <NSSecureCoding>
15
+
16
+ @property (readonly, nonatomic) long long captureFormat;
17
+ @property (readonly, nonatomic) long long attachmentLifetime;
18
+
19
+ /* class methods */
20
+ + (id)defaultPolicy;
21
+ + (_Bool)supportsSecureCoding;
22
+
23
+ /* instance methods */
24
+ - (id)initWithCaptureFormat:(long long)format attachmentLifetime:(long long)lifetime;
25
+ - (id)initWithDictionary:(id)dictionary;
26
+ - (id)description;
27
+ - (id)dictionaryRepresentation;
28
+ - (unsigned long long)hash;
29
+ - (_Bool)isEqual:(id)equal;
30
+ - (void)encodeWithCoder:(id)coder;
31
+ - (id)initWithCoder:(id)coder;
32
+
33
+ @end
34
+
35
+ #endif /* XCTScreenCapturePolicy_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 XCTSignpostListener_Protocol_h
8
+ #define XCTSignpostListener_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol XCTSignpostListener <NSObject>
13
+
14
+ @required
15
+
16
+ /* required instance methods */
17
+ - (id)registerForSignpostsFromSubsystem:(id)subsystem category:(id)category intervalTimeout:(double)timeout error:(id *)error handler:(id /* block */)handler;
18
+ - (void)unregisterForSignpostsWithToken:(id)token;
19
+ - (void)receivedSignpost:(id)signpost withToken:(id)token;
20
+
21
+ @optional
22
+
23
+ @end
24
+
25
+ #endif /* XCTSignpostListener_Protocol_h */
@@ -0,0 +1,37 @@
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 XCTSkippedTestContext_h
8
+ #define XCTSkippedTestContext_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSObject, NSString, XCTSourceCodeContext;
13
+
14
+ @interface XCTSkippedTestContext : NSObject
15
+
16
+ @property (readonly, copy) NSString *summary;
17
+ @property (readonly, copy) NSString *explanation;
18
+ @property (readonly, copy) NSString *evaluatedExpression;
19
+ @property (readonly, copy) NSString *message;
20
+ @property (readonly) XCTSourceCodeContext *sourceCodeContext;
21
+ @property (readonly) _Bool isFromXCTSkip;
22
+
23
+ /* class methods */
24
+ + (id)skippedTestContextWithExceptionPointer:(id)pointer evaluatedExpression:(id)expression message:(id)message sourceCodeContext:(id)context;
25
+
26
+ /* instance methods */
27
+ - (id)initWithExplanation:(id)explanation evaluatedExpression:(id)expression message:(id)message sourceCodeContext:(id)context isFromXCTSkip:(_Bool)xctskip;
28
+ - (id)initWithExplanation:(id)explanation evaluatedExpression:(id)expression message:(id)message sourceCodeContext:(id)context;
29
+ - (id)initWithExpectedValue:(_Bool)value evaluatedExpression:(id)expression message:(id)message sourceCodeContext:(id)context;
30
+ - (id)initWithException:(id)exception evaluatedExpression:(id)expression message:(id)message sourceCodeContext:(id)context;
31
+ - (id)initWithCurrentExceptionAndEvaluatedExpression:(id)expression message:(id)message sourceCodeContext:(id)context;
32
+ - (id)initWithError:(id)error evaluatedExpression:(id)expression message:(id)message sourceCodeContext:(id)context;
33
+ - (id)initWithNonSkipError:(id)error;
34
+
35
+ @end
36
+
37
+ #endif /* XCTSkippedTestContext_h */
@@ -0,0 +1,39 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCTSourceCodeContext_h
8
+ #define XCTSourceCodeContext_h
9
+ #import <XCTest/XCTSourceCodeContext.h>
10
+ @import Foundation;
11
+ @import UIKit;
12
+
13
+ @class NSArray, NSObject, XCTBacktrace, XCTSourceCodeLocation;
14
+
15
+ @interface XCTSourceCodeContext (FBXCTestPrivate)
16
+
17
+ @property (retain) XCTBacktrace *backtrace;
18
+ @property (readonly) _Bool needsSymbolication;
19
+
20
+ /* class methods */
21
+ + (id)sourceCodeFramesFromCallStackReturnAddresses:(id)addresses;
22
+ + (id)sourceCodeFramesFromUUIDsAndOffsets:(id)offsets;
23
+ + (id)sourceCodeContextWithCallStackAddresses:(id)addresses emphasizedSymbolName:(id)name;
24
+ + (id)sourceCodeContextWithBacktrace:(id)backtrace;
25
+ + (id)sourceCodeContextWithUUIDsAndOffsets:(id)offsets emphasizedSymbolName:(id)name;
26
+ + (id)preferredSourceCodeLocationForSourceCodeFrames:(id)frames emphasizedSymbolName:(id)name;
27
+ + (id)_emphasizedImageNamesForSourceLocationInference;
28
+ + (_Bool)supportsSecureCoding;
29
+
30
+ /* instance methods */
31
+ - (void)encodeWithCoder:(id)coder;
32
+ - (id)initWithCoder:(id)coder;
33
+ - (unsigned long long)hash;
34
+ - (_Bool)isEqual:(id)equal;
35
+ - (_Bool)symbolicateWithSymbolicationService:(id)service error:(id *)error;
36
+
37
+ @end
38
+
39
+ #endif /* XCTSourceCodeContext_h */
@@ -0,0 +1,31 @@
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 XCTSourceCodeLocation_h
8
+ #define XCTSourceCodeLocation_h
9
+ #import <XCTest/XCTSourceCodeContext.h>
10
+ @import Foundation;
11
+ @import UIKit;
12
+
13
+ @class NSObject, NSString, NSURL;
14
+
15
+ @interface XCTSourceCodeLocation (FBXCTestPrivate)
16
+
17
+ @property (readonly) NSString *filePath;
18
+
19
+ /* class methods */
20
+ + (_Bool)supportsSecureCoding;
21
+
22
+ /* instance methods */
23
+ - (id)description;
24
+ - (void)encodeWithCoder:(id)coder;
25
+ - (id)initWithCoder:(id)coder;
26
+ - (unsigned long long)hash;
27
+ - (_Bool)isEqual:(id)equal;
28
+
29
+ @end
30
+
31
+ #endif /* XCTSourceCodeLocation_h */
@@ -0,0 +1,41 @@
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 XCTTagSelection_h
8
+ #define XCTTagSelection_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSObject, NSSet;
13
+
14
+ @interface XCTTagSelection : NSObject <NSSecureCoding, NSCopying>
15
+
16
+ @property (readonly, copy) NSSet *tags;
17
+ @property (readonly) long long selectionMode;
18
+ @property (readonly) _Bool includeXCTests;
19
+ @property (readonly) _Bool isEmpty;
20
+
21
+ /* class methods */
22
+ + (id)emptyTagSelection;
23
+ + (long long)modeFromString:(id)string;
24
+ + (_Bool)supportsSecureCoding;
25
+
26
+ /* instance methods */
27
+ - (id)initWithTags:(id)tags selectionMode:(long long)mode includeXCTests:(_Bool)xctests;
28
+ - (id)initWithTags:(id)tags selectionMode:(long long)mode;
29
+ - (id)description;
30
+ - (id)modeString;
31
+ - (id)dictionaryRepresentation;
32
+ - (id)initWithDictionary:(id)dictionary;
33
+ - (id)copyWithZone:(struct _NSZone *)zone;
34
+ - (_Bool)isEqual:(id)equal;
35
+ - (unsigned long long)hash;
36
+ - (id)initWithCoder:(id)coder;
37
+ - (void)encodeWithCoder:(id)coder;
38
+
39
+ @end
40
+
41
+ #endif /* XCTTagSelection_h */
@@ -0,0 +1,81 @@
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 XCTTestIdentifier_h
8
+ #define XCTTestIdentifier_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSArray, NSObject, NSString;
13
+
14
+ @interface XCTTestIdentifier : NSObject <NSCopying, NSSecureCoding>
15
+
16
+ @property (readonly) _Bool isContainer;
17
+ @property (readonly) _Bool isLeaf;
18
+ @property (readonly) _Bool isSwiftMethod;
19
+ @property (readonly) _Bool representsBundle;
20
+ @property (readonly) _Bool usesClassAndMethodSemantics;
21
+ @property (readonly) NSString *displayName;
22
+ @property (readonly) NSString *identifierString;
23
+ @property (readonly) NSString *legacyClassAndMethodStringRepresentation;
24
+ @property (readonly) XCTTestIdentifier *parentIdentifier;
25
+ @property (readonly) NSString *firstComponent;
26
+ @property (readonly) NSString *lastComponent;
27
+ @property (readonly) NSString *lastComponentDisplayName;
28
+ @property (readonly) NSArray *displayNameComponents;
29
+ @property (readonly) XCTTestIdentifier *firstComponentIdentifier;
30
+ @property (readonly) NSArray *argumentIDs;
31
+ @property (readonly) XCTTestIdentifier *swiftMethodCounterpart;
32
+ @property (readonly) XCTTestIdentifier *objcMethodCounterpart;
33
+ @property (readonly) XCTTestIdentifier *legacyEncodingCounterpart;
34
+ @property (readonly) XCTTestIdentifier *identifierWithAncestorSuiteContext;
35
+ @property (readonly) XCTTestIdentifier *stagedIdentifier;
36
+ @property (readonly) _Bool encodingShouldIncludeLegacyKeys;
37
+ @property (readonly) unsigned long long options;
38
+ @property (readonly) unsigned long long componentCount;
39
+ @property (readonly) NSArray *components;
40
+
41
+ /* class methods */
42
+ + (id)containerIdentifierWithComponent:(id)component;
43
+ + (id)containerIdentifierWithComponents:(id)components;
44
+ + (id)leafIdentifierWithComponents:(id)components;
45
+ + (id)identifierForClass:(Class)_class;
46
+ + (id)bundleIdentifier;
47
+ + (id)allocWithZone:(struct _NSZone *)zone;
48
+ + (_Bool)supportsSecureCoding;
49
+
50
+ /* instance methods */
51
+ - (id)description;
52
+ - (id)debugDescription;
53
+ - (id)debugQuickLookObject;
54
+ - (_Bool)isEqual:(id)equal;
55
+ - (unsigned long long)hash;
56
+ - (id)_identifierString;
57
+ - (id)childIdentifierWithComponent:(id)component isContainer:(_Bool)container;
58
+ - (id)childIdentifierWithComponent:(id)component isContainer:(_Bool)container isSwiftMethod:(_Bool)method;
59
+ - (id)childIdentifierWithArgumentIDs:(id)ids;
60
+ - (id)childIdentifierWithLastComponentOf:(id)of;
61
+ - (id)childIdentifierWithArgumentIDsFromRunConfiguration:(id)configuration;
62
+ - (_Bool)isAncestorOfTestIdentifier:(id)identifier;
63
+ - (id)identifierWithAncestorSuiteIdentifier:(id)identifier;
64
+ - (id)copyWithZone:(struct _NSZone *)zone;
65
+ - (id)initWithComponents:(id)components isContainer:(_Bool)container isSwiftMethod:(_Bool)method;
66
+ - (id)initWithComponents:(id)components isContainer:(_Bool)container;
67
+ - (id)initWithComponents:(id)components argumentIDs:(id)ids;
68
+ - (id)initWithClassAndMethodComponents:(id)components;
69
+ - (id)initWithClassName:(id)name;
70
+ - (id)initWithStringRepresentation:(id)representation;
71
+ - (id)initWithStringRepresentation:(id)representation preserveModulePrefix:(_Bool)prefix;
72
+ - (id)initWithSwiftTestingStringRepresentation:(id)representation;
73
+ - (id)initWithComponents:(id)components argumentIDs:(id)ids options:(unsigned long long)options;
74
+ - (id)componentAtIndex:(unsigned long long)index;
75
+ - (id)initWithCoder:(id)coder;
76
+ - (void)encodeWithCoder:(id)coder;
77
+ - (Class)classForCoder;
78
+
79
+ @end
80
+
81
+ #endif /* XCTTestIdentifier_h */
@@ -0,0 +1,54 @@
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 XCTTestIdentifierSet_h
8
+ #define XCTTestIdentifierSet_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ #include "NSFastEnumeration-Protocol.h"
13
+ @class NSArray, NSDictionary, NSObject, XCTTestIdentifier;
14
+
15
+ @interface XCTTestIdentifierSet : NSObject <NSCopying, NSFastEnumeration, NSSecureCoding>
16
+
17
+ @property (readonly) XCTTestIdentifier *anyTestIdentifier;
18
+ @property (readonly) _Bool isEmpty;
19
+ @property (readonly) NSArray *sortedIdentifiers;
20
+ @property (readonly) NSDictionary *testIdentifiersGroupedByFirstComponentIdentifier;
21
+ @property (readonly) _Bool containsOnlyClassAndMethodIdentifiers;
22
+ @property (readonly) unsigned long long count;
23
+
24
+ /* class methods */
25
+ + (id)emptyTestIdentifierSet;
26
+ + (id)setByMergingTestIdentifierSets:(id)sets;
27
+ + (id)allocWithZone:(struct _NSZone *)zone;
28
+ + (_Bool)supportsSecureCoding;
29
+
30
+ /* instance methods */
31
+ - (void)enumerateTestIdentifiersUsingBlock:(id /* block */)block;
32
+ - (id)setByApplyingBlock:(id /* block */)block;
33
+ - (id)setByAddingTestIdentifiersFromSet:(id)set;
34
+ - (id)setByAddingSwiftCounterparts;
35
+ - (id)builder;
36
+ - (id)copyWithZone:(struct _NSZone *)zone;
37
+ - (id)initWithTestIdentifier:(id)identifier;
38
+ - (id)initWithArray:(id)array;
39
+ - (id)initWithSet:(id)set;
40
+ - (id)initWithTestIdentifiers:(const id *)identifiers count:(unsigned long long)count;
41
+ - (id)init;
42
+ - (_Bool)containsTestIdentifier:(id)identifier;
43
+ - (_Bool)containsTestIdentifier:(id)identifier includingParents:(_Bool)parents;
44
+ - (_Bool)isSubsetOfTestIdentifierSet:(id)set;
45
+ - (id)description;
46
+ - (_Bool)isEqual:(id)equal;
47
+ - (unsigned long long)countByEnumeratingWithState:(struct { unsigned long long x0; id *x1; unsigned long long *x2; unsigned long long x3[5]; } *)state objects:(id *)objects count:(unsigned long long)count;
48
+ - (id)initWithCoder:(id)coder;
49
+ - (void)encodeWithCoder:(id)coder;
50
+ - (Class)classForCoder;
51
+
52
+ @end
53
+
54
+ #endif /* XCTTestIdentifierSet_h */
@@ -0,0 +1,35 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCTTestSelection_h
8
+ #define XCTTestSelection_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSObject, XCTTagSelection, XCTTestIdentifierSet;
13
+
14
+ @interface XCTTestSelection : NSObject <NSSecureCoding, NSCopying>
15
+
16
+ @property (copy) XCTTestIdentifierSet *identifiersToRun;
17
+ @property (copy) XCTTestIdentifierSet *identifiersToSkip;
18
+ @property (copy) XCTTagSelection *tagsToRun;
19
+ @property (copy) XCTTagSelection *tagsToSkip;
20
+
21
+ /* class methods */
22
+ + (id)emptyTestSelection;
23
+ + (_Bool)supportsSecureCoding;
24
+
25
+ /* instance methods */
26
+ - (id)description;
27
+ - (_Bool)isEqual:(id)equal;
28
+ - (id)copyWithZone:(struct _NSZone *)zone;
29
+ - (unsigned long long)hash;
30
+ - (id)initWithCoder:(id)coder;
31
+ - (void)encodeWithCoder:(id)coder;
32
+
33
+ @end
34
+
35
+ #endif /* XCTTestSelection_h */