appium-webdriveragent 16.1.5 → 16.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/PrivateHeaders/XCTest/CDStructures.h +0 -26
- package/PrivateHeaders/XCTest/NSFastEnumeration-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCAXClient_iOS.h +80 -44
- package/PrivateHeaders/XCTest/XCApplicationQuery.h +18 -11
- package/PrivateHeaders/XCTest/XCDebugLogDelegate-Protocol.h +17 -5
- package/PrivateHeaders/XCTest/XCPointerEvent.h +52 -19
- package/PrivateHeaders/XCTest/XCPointerEventPath.h +55 -33
- package/PrivateHeaders/XCTest/XCSynthesizedEventRecord.h +41 -18
- package/PrivateHeaders/XCTest/XCTAggregateSuiteRunStatistics.h +38 -0
- package/PrivateHeaders/XCTest/XCTAttachmentManager.h +33 -0
- package/PrivateHeaders/XCTest/XCTCapabilities.h +35 -0
- package/PrivateHeaders/XCTest/XCTCapabilitiesProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTElementSetTransformer-Protocol.h +30 -13
- package/PrivateHeaders/XCTest/XCTElementSnapshotAttributeDataSource-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCTElementSnapshotProvider-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTExpectedFailureContextManager.h +35 -0
- package/PrivateHeaders/XCTest/XCTFuture.h +45 -0
- package/PrivateHeaders/XCTest/XCTHarnessEventReporting-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTIssue.h +49 -0
- package/PrivateHeaders/XCTest/XCTIssueHandling-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTMacCatalystStatusProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMeasureOptions.h +48 -0
- package/PrivateHeaders/XCTest/XCTMemoryChecker.h +50 -0
- package/PrivateHeaders/XCTest/XCTMemoryCheckerDelegate-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_IDEToRunner-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToDaemon-Protocol.h +39 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToIDE-Protocol.h +32 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ActivityReporting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_BundleRequesting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_CapabilityExchange-Protocol.h +56 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_DebugLogging-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_EventSynthesis-Protocol.h +34 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_HIDEventRecording-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_MemoryTesting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ProcessMonitoring-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ScreenRecording-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SignpostRequesting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SiriAutomation-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SystemConfiguration-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TelemetrySending-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TestExecution-Protocol.h +28 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TestReporting-Protocol.h +40 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomation-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UserPresence-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMetricDiagnosticHelper.h +49 -0
- package/PrivateHeaders/XCTest/XCTNSPredicateExpectationObject-Protocol.h +15 -7
- package/PrivateHeaders/XCTest/XCTPromise.h +30 -0
- package/PrivateHeaders/XCTest/XCTRemoteSignpostListenerProxy-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTRepetitionPolicy.h +43 -0
- package/PrivateHeaders/XCTest/XCTReportingSession.h +50 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionConfiguration-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionIssueReporter-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionTestContainer-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionTestReporter.h +51 -0
- package/PrivateHeaders/XCTest/XCTRunnerAutomationSession-Protocol.h +38 -0
- package/PrivateHeaders/XCTest/XCTRunnerDaemonSession.h +76 -78
- package/PrivateHeaders/XCTest/XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCTRunnerIDESession.h +87 -53
- package/PrivateHeaders/XCTest/XCTRunnerIDESessionDelegate-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTRuntimeDiagnosticsPolicy.h +36 -0
- package/PrivateHeaders/XCTest/XCTRuntimeIssueDetectionPolicy.h +39 -0
- package/PrivateHeaders/XCTest/XCTScreenCapturePolicy.h +35 -0
- package/PrivateHeaders/XCTest/XCTSignpostListener-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTSkippedTestContext.h +37 -0
- package/PrivateHeaders/XCTest/XCTSourceCodeContext.h +39 -0
- package/PrivateHeaders/XCTest/XCTSourceCodeLocation.h +31 -0
- package/PrivateHeaders/XCTest/XCTTagSelection.h +41 -0
- package/PrivateHeaders/XCTest/XCTTestIdentifier.h +81 -0
- package/PrivateHeaders/XCTest/XCTTestIdentifierSet.h +54 -0
- package/PrivateHeaders/XCTest/XCTTestSelection.h +35 -0
- package/PrivateHeaders/XCTest/XCTWaiter.h +45 -46
- package/PrivateHeaders/XCTest/XCTWaiterManagement-Protocol.h +17 -6
- package/PrivateHeaders/XCTest/XCTWaiterManager-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTWaiterWait.h +40 -0
- package/PrivateHeaders/XCTest/XCTest.h +47 -28
- package/PrivateHeaders/XCTest/XCTestCase.h +165 -90
- package/PrivateHeaders/XCTest/XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h +20 -0
- package/PrivateHeaders/XCTest/XCTestCaseRun.h +19 -9
- package/PrivateHeaders/XCTest/XCTestCaseUIAutomationDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTestCastMethodNamesUIAutomationDelegate-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTestConfiguration.h +83 -55
- package/PrivateHeaders/XCTest/XCTestDriver.h +54 -28
- package/PrivateHeaders/XCTest/XCTestExpectation.h +37 -26
- package/PrivateHeaders/XCTest/XCTestExpectationDelegate-Protocol.h +15 -6
- package/PrivateHeaders/XCTest/XCTestObservationCenter.h +49 -25
- package/PrivateHeaders/XCTest/XCTestRun.h +33 -28
- package/PrivateHeaders/XCTest/XCUIAXNotificationHandling-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIAccessibilityInterface-Protocol.h +58 -0
- package/PrivateHeaders/XCTest/XCUIAlertMonitoring-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCUIApplication.h +86 -48
- package/PrivateHeaders/XCTest/XCUIApplicationAutomationSessionProviding-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationImpl.h +78 -26
- package/PrivateHeaders/XCTest/XCUIApplicationImplReporter-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationManaging-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCUIApplicationMonitor-Protocol.h +43 -0
- package/PrivateHeaders/XCTest/XCUIApplicationOpenRequest.h +34 -0
- package/PrivateHeaders/XCTest/XCUIApplicationPlatformServicesProviderDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcess.h +89 -69
- package/PrivateHeaders/XCTest/XCUIApplicationProcessDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcessManaging-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcessTracker-Protocol.h +28 -0
- package/PrivateHeaders/XCTest/XCUIApplicationRegistry.h +32 -0
- package/PrivateHeaders/XCTest/XCUIButtonConsole.h +26 -0
- package/PrivateHeaders/XCTest/XCUICoordinate.h +37 -32
- package/PrivateHeaders/XCTest/XCUIDevice.h +122 -17
- package/PrivateHeaders/XCTest/XCUIDeviceAutomationModeInterface-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCUIDeviceEventAndStateInterface-Protocol.h +40 -0
- package/PrivateHeaders/XCTest/XCUIElement.h +191 -58
- package/PrivateHeaders/XCTest/XCUIElementAttributesPrivate-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIElementEventTarget-Protocol.h +38 -0
- package/PrivateHeaders/XCTest/XCUIElementQuery.h +154 -58
- package/PrivateHeaders/XCTest/XCUIElementTypeQueryProvider_Private-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCUIEventRecording-Protocol.h +37 -0
- package/PrivateHeaders/XCTest/XCUIHitPointResult.h +16 -11
- package/PrivateHeaders/XCTest/XCUIInterruptionMonitoring-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCUIIssueDiagnosticsProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCUIKnobControl.h +26 -0
- package/PrivateHeaders/XCTest/XCUILocation.h +24 -0
- package/PrivateHeaders/XCTest/XCUIPlatformApplicationServicesProviding-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCUIRemoteAccessibilityInterface-Protocol.h +45 -0
- package/PrivateHeaders/XCTest/XCUIRemoteDeviceRunner-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCUIRemoteSiriInterface-Protocol.h +30 -0
- package/PrivateHeaders/XCTest/XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCUIScreen.h +45 -19
- package/PrivateHeaders/XCTest/XCUIScreenDataSource-Protocol.h +28 -12
- package/PrivateHeaders/XCTest/XCUISiriService.h +39 -0
- package/PrivateHeaders/XCTest/XCUISystem.h +26 -0
- package/PrivateHeaders/XCTest/XCUIXcodeApplicationManaging-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/_TtC10XCTestCore19XCTReportingContext.h +26 -0
- package/PrivateHeaders/XCTest/_XCTMessaging_VoidProtocol-Protocol.h +20 -0
- package/PrivateHeaders/XCTest/_XCTestObservationInternal-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/_XCTestObservationPrivate-Protocol.h +27 -0
- package/WebDriverAgent.xcodeproj/project.pbxproj +718 -426
- package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m +7 -11
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +2 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m +0 -1
- package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m +1 -0
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +4 -0
- package/WebDriverAgentLib/Categories/XCUIDevice+FBVoiceOver.m +9 -7
- package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m +1 -1
- package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m +7 -3
- package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.m +1 -0
- package/WebDriverAgentLib/Commands/FBSessionCommands.m +1 -1
- package/WebDriverAgentLib/FBAlert.m +2 -1
- package/WebDriverAgentLib/Info.plist +2 -2
- package/WebDriverAgentLib/Routing/FBWebServer.m +3 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshot.h +1 -1
- package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.m +2 -2
- package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.h +1 -0
- package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m +6 -0
- package/WebDriverAgentLib/Utilities/FBScreenshot.m +2 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.h +2 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m +4 -4
- package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +24 -3
- package/build/lib/no-session-proxy.d.ts +2 -2
- package/build/lib/no-session-proxy.d.ts.map +1 -1
- package/build/lib/no-session-proxy.js +2 -2
- package/build/lib/no-session-proxy.js.map +1 -1
- package/build/lib/wda-strategies.js +1 -1
- package/build/lib/wda-strategies.js.map +1 -1
- package/build/lib/webdriveragent.d.ts +2 -2
- package/build/lib/webdriveragent.d.ts.map +1 -1
- package/build/lib/webdriveragent.js +2 -2
- package/build/lib/webdriveragent.js.map +1 -1
- package/lib/no-session-proxy.ts +2 -2
- package/lib/wda-strategies.ts +1 -1
- package/lib/webdriveragent.ts +3 -3
- package/package.json +1 -1
- package/PrivateHeaders/XCTest/NSString-XCTAdditions.h +0 -11
- package/PrivateHeaders/XCTest/NSValue-XCTestAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UILongPressGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIPanGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIPinchGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UISwipeGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UITapGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/XCActivityRecord.h +0 -39
- package/PrivateHeaders/XCTest/XCApplicationMonitor.h +0 -44
- package/PrivateHeaders/XCTest/XCApplicationMonitor_iOS.h +0 -18
- package/PrivateHeaders/XCTest/XCDeviceEvent.h +0 -27
- package/PrivateHeaders/XCTest/XCEventGenerator.h +0 -73
- package/PrivateHeaders/XCTest/XCKeyMappingPath.h +0 -36
- package/PrivateHeaders/XCTest/XCKeyboardInputSolver.h +0 -41
- package/PrivateHeaders/XCTest/XCKeyboardKeyMap.h +0 -101
- package/PrivateHeaders/XCTest/XCKeyboardLayout.h +0 -35
- package/PrivateHeaders/XCTest/XCSourceCodeRecording.h +0 -42
- package/PrivateHeaders/XCTest/XCSourceCodeTreeNode.h +0 -84
- package/PrivateHeaders/XCTest/XCSourceCodeTreeNodeEnumerator.h +0 -18
- package/PrivateHeaders/XCTest/XCSymbolicationRecord.h +0 -29
- package/PrivateHeaders/XCTest/XCSymbolicatorHolder.h +0 -14
- package/PrivateHeaders/XCTest/XCTAXClient-Protocol.h +0 -14
- package/PrivateHeaders/XCTest/XCTAsyncActivity-Protocol.h +0 -16
- package/PrivateHeaders/XCTest/XCTAsyncActivity.h +0 -23
- package/PrivateHeaders/XCTest/XCTAutomationTarget-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTDarwinNotificationExpectation.h +0 -23
- package/PrivateHeaders/XCTest/XCTKVOExpectation.h +0 -28
- package/PrivateHeaders/XCTest/XCTMetric.h +0 -29
- package/PrivateHeaders/XCTest/XCTNSNotificationExpectation.h +0 -27
- package/PrivateHeaders/XCTest/XCTNSPredicateExpectation.h +0 -24
- package/PrivateHeaders/XCTest/XCTRunnerAutomationSession.h +0 -21
- package/PrivateHeaders/XCTest/XCTTestRunSession.h +0 -25
- package/PrivateHeaders/XCTest/XCTTestRunSessionDelegate-Protocol.h +0 -17
- package/PrivateHeaders/XCTest/XCTUIApplicationMonitor-Protocol.h +0 -17
- package/PrivateHeaders/XCTest/XCTWaiterDelegate-Protocol.h +0 -16
- package/PrivateHeaders/XCTest/XCTWaiterDelegatePrivate-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTWaiterManager.h +0 -28
- package/PrivateHeaders/XCTest/XCTestCaseSuite.h +0 -19
- package/PrivateHeaders/XCTest/XCTestContext.h +0 -26
- package/PrivateHeaders/XCTest/XCTestContextScope.h +0 -19
- package/PrivateHeaders/XCTest/XCTestDriverInterface-Protocol.h +0 -14
- package/PrivateHeaders/XCTest/XCTestExpectationWaiter.h +0 -17
- package/PrivateHeaders/XCTest/XCTestLog.h +0 -32
- package/PrivateHeaders/XCTest/XCTestManager_IDEInterface-Protocol.h +0 -36
- package/PrivateHeaders/XCTest/XCTestManager_ManagerInterface-Protocol.h +0 -54
- package/PrivateHeaders/XCTest/XCTestManager_TestsInterface-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTestMisuseObserver.h +0 -37
- package/PrivateHeaders/XCTest/XCTestObservation-Protocol.h +0 -20
- package/PrivateHeaders/XCTest/XCTestObserver.h +0 -20
- package/PrivateHeaders/XCTest/XCTestProbe.h +0 -13
- package/PrivateHeaders/XCTest/XCTestSuite.h +0 -48
- package/PrivateHeaders/XCTest/XCTestSuiteRun.h +0 -28
- package/PrivateHeaders/XCTest/XCTestWaiter.h +0 -14
- package/PrivateHeaders/XCTest/XCUIElementAsynchronousHandlerWrapper.h +0 -19
- package/PrivateHeaders/XCTest/XCUIElementHitPointCoordinate.h +0 -24
- package/PrivateHeaders/XCTest/XCUIRecorderNodeFinder.h +0 -65
- package/PrivateHeaders/XCTest/XCUIRecorderNodeFinderMatch.h +0 -25
- package/PrivateHeaders/XCTest/XCUIRecorderTimingMessage.h +0 -20
- package/PrivateHeaders/XCTest/XCUIRecorderUtilities.h +0 -45
- package/PrivateHeaders/XCTest/_XCInternalTestRun.h +0 -43
- package/PrivateHeaders/XCTest/_XCKVOExpectationImplementation.h +0 -32
- package/PrivateHeaders/XCTest/_XCTDarwinNotificationExpectationImplementation.h +0 -27
- package/PrivateHeaders/XCTest/_XCTNSNotificationExpectationImplementation.h +0 -30
- package/PrivateHeaders/XCTest/_XCTNSPredicateExpectationImplementation.h +0 -29
- package/PrivateHeaders/XCTest/_XCTWaiterImpl.h +0 -41
- package/PrivateHeaders/XCTest/_XCTestCaseImplementation.h +0 -70
- package/PrivateHeaders/XCTest/_XCTestCaseInterruptionException.h +0 -13
- package/PrivateHeaders/XCTest/_XCTestExpectationImplementation.h +0 -40
- package/PrivateHeaders/XCTest/_XCTestImplementation.h +0 -14
- package/PrivateHeaders/XCTest/_XCTestObservationCenterImplementation.h +0 -19
- package/PrivateHeaders/XCTest/_XCTestSuiteImplementation.h +0 -23
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
#import "XCTestObservation.h"
|
|
10
|
-
|
|
11
|
-
@class NSMutableArray, NSString, XCTestCase, XCTestSuite;
|
|
12
|
-
|
|
13
|
-
@interface XCTestMisuseObserver : NSObject <XCTestObservation>
|
|
14
|
-
{
|
|
15
|
-
CDUnknownBlockType _warningLogHandler;
|
|
16
|
-
NSMutableArray *_testSuiteStack;
|
|
17
|
-
XCTestCase *_currentTestCase;
|
|
18
|
-
}
|
|
19
|
-
@property(retain) XCTestCase *currentTestCase; // @synthesize currentTestCase=_currentTestCase;
|
|
20
|
-
@property(readonly) NSMutableArray *testSuiteStack; // @synthesize testSuiteStack=_testSuiteStack;
|
|
21
|
-
@property(readonly, copy) CDUnknownBlockType warningLogHandler; // @synthesize warningLogHandler=_warningLogHandler;
|
|
22
|
-
@property(readonly) XCTestSuite *currentTestSuite;
|
|
23
|
-
|
|
24
|
-
- (void)testCaseDidFinish:(id)arg1;
|
|
25
|
-
- (void)testCase:(id)arg1 didFailWithDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
|
|
26
|
-
- (void)testCaseWillStart:(id)arg1;
|
|
27
|
-
- (void)testSuiteDidFinish:(id)arg1;
|
|
28
|
-
- (void)testSuiteWillStart:(id)arg1;
|
|
29
|
-
- (BOOL)testSuiteStackContainsTestSuite:(id)arg1;
|
|
30
|
-
- (void)removeTestSuiteFromStack:(id)arg1;
|
|
31
|
-
- (void)popCurrentTestSuite;
|
|
32
|
-
- (void)pushTestSuite:(id)arg1;
|
|
33
|
-
- (void)emitWarningLog:(id)arg1;
|
|
34
|
-
|
|
35
|
-
- (id)initWithWarningLogHandler:(CDUnknownBlockType)arg1;
|
|
36
|
-
|
|
37
|
-
@end
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
@class NSBundle, NSString, XCTestCase, XCTestSuite;
|
|
8
|
-
|
|
9
|
-
@protocol XCTestObservation <NSObject>
|
|
10
|
-
|
|
11
|
-
@optional
|
|
12
|
-
- (void)testCaseDidFinish:(XCTestCase *)arg1;
|
|
13
|
-
- (void)testCase:(XCTestCase *)arg1 didFailWithDescription:(NSString *)arg2 inFile:(NSString *)arg3 atLine:(unsigned long long)arg4;
|
|
14
|
-
- (void)testCaseWillStart:(XCTestCase *)arg1;
|
|
15
|
-
- (void)testSuiteDidFinish:(XCTestSuite *)arg1;
|
|
16
|
-
- (void)testSuite:(XCTestSuite *)arg1 didFailWithDescription:(NSString *)arg2 inFile:(NSString *)arg3 atLine:(unsigned long long)arg4;
|
|
17
|
-
- (void)testSuiteWillStart:(XCTestSuite *)arg1;
|
|
18
|
-
- (void)testBundleDidFinish:(NSBundle *)arg1;
|
|
19
|
-
- (void)testBundleWillStart:(NSBundle *)arg1;
|
|
20
|
-
@end
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
@interface XCTestObserver : NSObject
|
|
8
|
-
{
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
- (void)testCaseDidFail:(id)arg1 withDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
|
|
12
|
-
- (void)testCaseDidStop:(id)arg1;
|
|
13
|
-
- (void)testCaseDidStart:(id)arg1;
|
|
14
|
-
- (void)testSuiteDidFail:(id)arg1 withDescription:(id)arg2 inFile:(id)arg3 atLine:(unsigned long long)arg4;
|
|
15
|
-
- (void)testSuiteDidStop:(id)arg1;
|
|
16
|
-
- (void)testSuiteDidStart:(id)arg1;
|
|
17
|
-
- (void)stopObserving;
|
|
18
|
-
- (void)startObserving;
|
|
19
|
-
|
|
20
|
-
@end
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
#import <XCTest/XCTest.h>
|
|
8
|
-
|
|
9
|
-
@class NSArray, NSMutableArray, NSString;
|
|
10
|
-
|
|
11
|
-
@interface XCTestSuite : XCTest
|
|
12
|
-
{
|
|
13
|
-
id _internalImplementation;
|
|
14
|
-
}
|
|
15
|
-
@property(readonly, copy) NSArray *tests;
|
|
16
|
-
@property(copy) NSString *name;
|
|
17
|
-
|
|
18
|
-
+ (id)testSuiteForTestConfiguration:(id)arg1;
|
|
19
|
-
+ (id)defaultTestSuite;
|
|
20
|
-
+ (id)allTests;
|
|
21
|
-
+ (id)testSuiteForTestCaseClass:(Class)arg1;
|
|
22
|
-
+ (id)testSuiteForTestCaseWithName:(id)arg1;
|
|
23
|
-
+ (id)testSuiteForBundlePath:(id)arg1;
|
|
24
|
-
+ (id)suiteForBundleCache;
|
|
25
|
-
+ (void)invalidateCache;
|
|
26
|
-
+ (id)_suiteForBundleCache;
|
|
27
|
-
+ (id)emptyTestSuiteNamedFromPath:(id)arg1;
|
|
28
|
-
+ (id)testSuiteWithName:(id)arg1;
|
|
29
|
-
+ (id)testCaseNamesForScopeNames:(id)arg1;
|
|
30
|
-
|
|
31
|
-
- (id)_initWithTestConfiguration:(id)arg1;
|
|
32
|
-
- (void)_sortTestsUsingComparator:(CDUnknownBlockType)arg1;
|
|
33
|
-
- (void)performTest:(id)arg1;
|
|
34
|
-
- (void)_performProtectedSectionForTest:(id)arg1 testSection:(CDUnknownBlockType)arg2;
|
|
35
|
-
- (void)_recordUnexpectedFailureForTestRun:(id)arg1 description:(id)arg2 exception:(id)arg3;
|
|
36
|
-
- (void)recordFailureWithDescription:(id)arg1 inFile:(id)arg2 atLine:(unsigned long long)arg3 expected:(BOOL)arg4;
|
|
37
|
-
- (Class)testRunClass;
|
|
38
|
-
- (Class)_requiredTestRunBaseClass;
|
|
39
|
-
- (unsigned long long)testCaseCount;
|
|
40
|
-
- (void)setTests:(id)arg1;
|
|
41
|
-
- (void)addTest:(id)arg1;
|
|
42
|
-
- (id)_testSuiteWithIdentifier:(id)arg1;
|
|
43
|
-
- (id)description;
|
|
44
|
-
- (id)initWithName:(id)arg1;
|
|
45
|
-
- (id)init;
|
|
46
|
-
- (void)removeTestsWithNames:(id)arg1;
|
|
47
|
-
|
|
48
|
-
@end
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
#import <XCTest/XCTestRun.h>
|
|
8
|
-
|
|
9
|
-
@class NSArray, NSMutableArray;
|
|
10
|
-
|
|
11
|
-
@interface XCTestSuiteRun : XCTestRun
|
|
12
|
-
{
|
|
13
|
-
NSMutableArray *_testRuns;
|
|
14
|
-
}
|
|
15
|
-
@property(readonly, copy) NSArray *testRuns;
|
|
16
|
-
|
|
17
|
-
- (void)recordFailureWithDescription:(id)arg1 inFile:(id)arg2 atLine:(unsigned long long)arg3 expected:(BOOL)arg4;
|
|
18
|
-
- (double)testDuration;
|
|
19
|
-
- (unsigned long long)unexpectedExceptionCount;
|
|
20
|
-
- (unsigned long long)failureCount;
|
|
21
|
-
- (unsigned long long)executionCount;
|
|
22
|
-
- (void)addTestRun:(id)arg1;
|
|
23
|
-
- (void)stop;
|
|
24
|
-
- (void)start;
|
|
25
|
-
|
|
26
|
-
- (id)initWithTest:(id)arg1;
|
|
27
|
-
|
|
28
|
-
@end
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
@class NSString, NSUUID;
|
|
8
|
-
|
|
9
|
-
@interface XCUIElementAsynchronousHandlerWrapper : NSObject
|
|
10
|
-
{
|
|
11
|
-
CDUnknownBlockType _handler;
|
|
12
|
-
NSString *_handlerDescription;
|
|
13
|
-
NSUUID *_identifier;
|
|
14
|
-
}
|
|
15
|
-
@property(copy) NSUUID *identifier; // @synthesize identifier=_identifier;
|
|
16
|
-
@property(copy) NSString *handlerDescription; // @synthesize handlerDescription=_handlerDescription;
|
|
17
|
-
@property(copy) CDUnknownBlockType handler; // @synthesize handler=_handler;
|
|
18
|
-
|
|
19
|
-
@end
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
#import <XCTest/XCUICoordinate.h>
|
|
8
|
-
#import <TargetConditionals.h>
|
|
9
|
-
|
|
10
|
-
#if !TARGET_OS_IPHONE
|
|
11
|
-
|
|
12
|
-
@interface XCUIElementHitPointCoordinate : XCUICoordinate
|
|
13
|
-
{
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
- (id)description;
|
|
17
|
-
- (struct CGPoint)screenPoint;
|
|
18
|
-
- (id)initWithCoordinate:(id)arg1 pointsOffset:(struct CGVector)arg2;
|
|
19
|
-
- (id)initWithElement:(id)arg1 normalizedOffset:(struct CGVector)arg2;
|
|
20
|
-
- (id)initWithElement:(id)arg1;
|
|
21
|
-
|
|
22
|
-
@end
|
|
23
|
-
|
|
24
|
-
#endif
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
@class NSArray, NSMutableArray, NSSet, XCUIRecorderNodeFinderMatch;
|
|
8
|
-
|
|
9
|
-
@interface XCUIRecorderNodeFinder : NSObject
|
|
10
|
-
{
|
|
11
|
-
unsigned long long _state;
|
|
12
|
-
NSSet *_descendantsWithTargetElementType;
|
|
13
|
-
NSArray *_childrenWithTargetElementType;
|
|
14
|
-
BOOL _allowDirectChildrenMatches;
|
|
15
|
-
BOOL _shouldAttemptToUseIdentifier;
|
|
16
|
-
BOOL _shouldAttemptToUsePlaceholderValue;
|
|
17
|
-
BOOL _shouldAttemptToUseLabel;
|
|
18
|
-
BOOL _shouldAttemptToUseTitle;
|
|
19
|
-
BOOL _shouldAttemptToUseTruncatedValueString;
|
|
20
|
-
BOOL _allowElementQueries;
|
|
21
|
-
BOOL _excludeUnlessNecessary;
|
|
22
|
-
NSMutableArray *_mutableFoundNodeMatches;
|
|
23
|
-
NSMutableArray *_unprocessedContainsMatches;
|
|
24
|
-
XCUIRecorderNodeFinderMatch *_ancestorNodeFinderMatch;
|
|
25
|
-
unsigned long long _targetSnapshotIndex;
|
|
26
|
-
id/*XCElementSnapshot*/ _targetSnapshot;
|
|
27
|
-
unsigned long long _language;
|
|
28
|
-
unsigned long long _platform;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
+ (id)nodeToFindElementForSnapshots:(id)arg1 language:(unsigned long long)arg2 platform:(unsigned long long)arg3;
|
|
32
|
-
+ (id)_nodeFindersForSnapshots:(id)arg1 ancestorMatch:(id)arg2 ancestorIndex:(unsigned long long)arg3 stopCombinatorialExpansionIndexes:(id)arg4 excludeUnlessNecessaryElementTypes:(id)arg5 language:(unsigned long long)arg6 platform:(unsigned long long)arg7;
|
|
33
|
-
+ (id)_excludeUnlessNecessaryElementTypesForPlatform:(unsigned long long)arg1;
|
|
34
|
-
+ (id)_stopCombinatorialExpansionElementTypesForPlatform:(unsigned long long)arg1;
|
|
35
|
-
@property BOOL excludeUnlessNecessary; // @synthesize excludeUnlessNecessary=_excludeUnlessNecessary;
|
|
36
|
-
@property BOOL allowElementQueries; // @synthesize allowElementQueries=_allowElementQueries;
|
|
37
|
-
@property unsigned long long platform; // @synthesize platform=_platform;
|
|
38
|
-
@property unsigned long long language; // @synthesize language=_language;
|
|
39
|
-
@property(retain) id/*XCElementSnapshot*/ targetSnapshot; // @synthesize targetSnapshot=_targetSnapshot;
|
|
40
|
-
@property unsigned long long targetSnapshotIndex; // @synthesize targetSnapshotIndex=_targetSnapshotIndex;
|
|
41
|
-
@property(retain) XCUIRecorderNodeFinderMatch *ancestorNodeFinderMatch; // @synthesize ancestorNodeFinderMatch=_ancestorNodeFinderMatch;
|
|
42
|
-
@property(retain) NSMutableArray *unprocessedContainsMatches; // @synthesize unprocessedContainsMatches=_unprocessedContainsMatches;
|
|
43
|
-
@property(retain) NSMutableArray *mutableFoundNodeMatches; // @synthesize mutableFoundNodeMatches=_mutableFoundNodeMatches;
|
|
44
|
-
- (id)descendantsQueryNodeWithTargetElementTypeContainingElementsOfType:(unsigned long long)arg1 identifierValue:(id)arg2;
|
|
45
|
-
- (id)childrenQueryNodeWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
46
|
-
- (id)descendantsQueryNodeWithElementType:(unsigned long long)arg1;
|
|
47
|
-
- (id)descendantsQueryNodeWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
48
|
-
- (id)childAtIndexNodeWithTargetElementType;
|
|
49
|
-
- (id)childAtIndexNodeWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
50
|
-
- (id)uniqueChildNodeWithTargetElementType;
|
|
51
|
-
- (id)uniqueChildNodeWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
52
|
-
- (id)uniqueDescendantNodeWithTargetElementType;
|
|
53
|
-
- (id)uniqueDescendantNodeWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
54
|
-
- (id)descendantsWithTargetElementTypeContainingDescendantElementsWithType:(unsigned long long)arg1 identifierValue:(id)arg2;
|
|
55
|
-
- (id)childrenWithTargetElementType;
|
|
56
|
-
- (id)childrenWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
57
|
-
- (id)descendantsWithTargetElementType;
|
|
58
|
-
- (id)descendantsWithTargetElementTypeAndIdentifierValue:(id)arg1;
|
|
59
|
-
- (id)nextNodeFinderMatch;
|
|
60
|
-
- (id)_stringConstantForString:(id)arg1;
|
|
61
|
-
- (void)removeFromAncestorNodeFinderMatch;
|
|
62
|
-
- (void)invalidate;
|
|
63
|
-
- (id)initWithTargetSnapshot:(id)arg1 targetSnapshotIndex:(unsigned long long)arg2 ancestorMatch:(id)arg3 allowElementQueries:(BOOL)arg4 excludeUnlessNecessary:(BOOL)arg5 language:(unsigned long long)arg6 platform:(unsigned long long)arg7;
|
|
64
|
-
|
|
65
|
-
@end
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
@class NSMutableArray, NSSet, XCSourceCodeTreeNode, XCUIRecorderNodeFinder;
|
|
8
|
-
|
|
9
|
-
@interface XCUIRecorderNodeFinderMatch : NSObject
|
|
10
|
-
{
|
|
11
|
-
NSSet *_matchingSnapshots;
|
|
12
|
-
XCSourceCodeTreeNode *_node;
|
|
13
|
-
XCUIRecorderNodeFinder *_ancestorFinder;
|
|
14
|
-
NSMutableArray *_descendantFinders;
|
|
15
|
-
}
|
|
16
|
-
@property(retain) NSMutableArray *descendantFinders; // @synthesize descendantFinders=_descendantFinders;
|
|
17
|
-
@property(retain) XCUIRecorderNodeFinder *ancestorFinder; // @synthesize ancestorFinder=_ancestorFinder;
|
|
18
|
-
@property(retain) XCSourceCodeTreeNode *node; // @synthesize node=_node;
|
|
19
|
-
@property(copy) NSSet *matchingSnapshots; // @synthesize matchingSnapshots=_matchingSnapshots;
|
|
20
|
-
|
|
21
|
-
- (void)invalidate;
|
|
22
|
-
- (id)nodeIncludingDescendants;
|
|
23
|
-
- (id)initWithNode:(id)arg1 matchingSnapshots:(id)arg2 ancestorFinder:(id)arg3;
|
|
24
|
-
|
|
25
|
-
@end
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
@class NSString;
|
|
8
|
-
|
|
9
|
-
@interface XCUIRecorderTimingMessage : NSObject
|
|
10
|
-
{
|
|
11
|
-
double _start;
|
|
12
|
-
NSString *_message;
|
|
13
|
-
}
|
|
14
|
-
@property(copy) NSString *message; // @synthesize message=_message;
|
|
15
|
-
@property double start; // @synthesize start=_start;
|
|
16
|
-
|
|
17
|
-
+ (id)descriptionForTimingMessages:(id)arg1;
|
|
18
|
-
+ (id)messageWithString:(id)arg1;
|
|
19
|
-
|
|
20
|
-
@end
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
@class NSMutableString;
|
|
8
|
-
|
|
9
|
-
@interface XCUIRecorderUtilities : NSObject
|
|
10
|
-
{
|
|
11
|
-
unsigned long long _language;
|
|
12
|
-
unsigned long long _platform;
|
|
13
|
-
unsigned long long _compareSnapshotsLikePlatform;
|
|
14
|
-
id/*XCAccessibilityElement*/ _previousFocusedAccessibilityElement;
|
|
15
|
-
NSMutableString *_previousTyping;
|
|
16
|
-
}
|
|
17
|
-
@property(retain) NSMutableString *previousTyping; // @synthesize previousTyping=_previousTyping;
|
|
18
|
-
@property(retain) id/*XCAccessibilityElement*/ previousFocusedAccessibilityElement; // @synthesize previousFocusedAccessibilityElement=_previousFocusedAccessibilityElement;
|
|
19
|
-
@property unsigned long long _compareSnapshotsLikePlatform; // @synthesize _compareSnapshotsLikePlatform;
|
|
20
|
-
@property unsigned long long language; // @synthesize language=_language;
|
|
21
|
-
@property unsigned long long platform; // @synthesize platform=_platform;
|
|
22
|
-
|
|
23
|
-
+ (id)applicationNodeForLanguage:(unsigned long long)arg1;
|
|
24
|
-
+ (unsigned long long)currentPlatform;
|
|
25
|
-
|
|
26
|
-
- (id)performWithKeyModifiersAndBlockNodeForModifierFlags:(unsigned long long)arg1;
|
|
27
|
-
- (id)gestureNodesForKeyDownEventWithCharacters:(id)arg1 charactersIgnoringModifiers:(id)arg2 modifierFlags:(unsigned long long)arg3 focusedAccessibilityElement:(id)arg4 didAppendToPreviousString:(BOOL *)arg5;
|
|
28
|
-
- (id)_stringConstantForString:(id)arg1;
|
|
29
|
-
- (void)clearPreviousTyping;
|
|
30
|
-
- (id)nodeToFindElementForSnapshots:(id)arg1;
|
|
31
|
-
- (id)typeKeyNodeForKey:(id)arg1 modifierFlags:(unsigned long long)arg2;
|
|
32
|
-
- (id)typeStringNodeForString:(id)arg1;
|
|
33
|
-
- (id)stringForKeyModifierFlags:(unsigned long long)arg1;
|
|
34
|
-
- (id)simpleGestureNodeForMethodName:(id)arg1;
|
|
35
|
-
- (id)assertHasFocusNode;
|
|
36
|
-
- (id)remoteNodeWithButtonSymbolName:(id)arg1;
|
|
37
|
-
- (id)commentNodeWithString:(id)arg1;
|
|
38
|
-
- (id)applicationNode;
|
|
39
|
-
- (id)focusedAccessibilityElementForApplicationSnapshot:(id)arg1;
|
|
40
|
-
- (id)snapshotsForAccessibilityElement:(id)arg1 applicationSnapshot:(id)arg2;
|
|
41
|
-
- (id)snapshotInTreeStartingWithSnapshot:(id)arg1 forElement:(id)arg2;
|
|
42
|
-
- (id)_snapshotInTreeStartingWithSnapshot:(id)arg1 passingPredicateBlock:(CDUnknownBlockType)arg2;
|
|
43
|
-
- (id)nodeForOrientationChangeWithSymbolName:(id)arg1;
|
|
44
|
-
|
|
45
|
-
@end
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
@class NSDate, XCTest;
|
|
8
|
-
|
|
9
|
-
@interface _XCInternalTestRun : NSObject
|
|
10
|
-
{
|
|
11
|
-
XCTest *_test;
|
|
12
|
-
double _startTimeInterval;
|
|
13
|
-
double _stopTimeInterval;
|
|
14
|
-
unsigned long long _executionCount;
|
|
15
|
-
unsigned long long _failureCount;
|
|
16
|
-
unsigned long long _unexpectedExceptionCount;
|
|
17
|
-
BOOL _hasStarted;
|
|
18
|
-
BOOL _hasStopped;
|
|
19
|
-
unsigned long long _executionCountBeforeCrash;
|
|
20
|
-
unsigned long long _failureCountBeforeCrash;
|
|
21
|
-
unsigned long long _unexpectedExceptionCountBeforeCrash;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@property unsigned long long unexpectedExceptionCountBeforeCrash; // @synthesize unexpectedExceptionCountBeforeCrash=_unexpectedExceptionCountBeforeCrash;
|
|
25
|
-
@property unsigned long long failureCountBeforeCrash; // @synthesize failureCountBeforeCrash=_failureCountBeforeCrash;
|
|
26
|
-
@property unsigned long long executionCountBeforeCrash; // @synthesize executionCountBeforeCrash=_executionCountBeforeCrash;
|
|
27
|
-
@property(readonly) BOOL hasStopped; // @synthesize hasStopped=_hasStopped;
|
|
28
|
-
@property(readonly) XCTest *test; // @synthesize test=_test;
|
|
29
|
-
@property(readonly) unsigned long long testCaseCount;
|
|
30
|
-
@property(readonly) unsigned long long unexpectedExceptionCount;
|
|
31
|
-
@property(readonly) unsigned long long failureCount;
|
|
32
|
-
@property(readonly) unsigned long long executionCount;
|
|
33
|
-
@property(readonly, copy) NSDate *stopDate;
|
|
34
|
-
@property(readonly, copy) NSDate *startDate;
|
|
35
|
-
@property(readonly) double testDuration;
|
|
36
|
-
@property(readonly) double totalDuration;
|
|
37
|
-
|
|
38
|
-
- (id)initWithTest:(id)arg1;
|
|
39
|
-
- (void)stop;
|
|
40
|
-
- (void)start;
|
|
41
|
-
- (void)recordFailureWithDescription:(id)arg1 inFile:(id)arg2 atLine:(unsigned long long)arg3 expected:(BOOL)arg4;
|
|
42
|
-
|
|
43
|
-
@end
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSObject<OS_dispatch_queue>, NSString, XCTKVOExpectation;
|
|
10
|
-
|
|
11
|
-
@interface _XCKVOExpectationImplementation : NSObject
|
|
12
|
-
{
|
|
13
|
-
XCTKVOExpectation *_expectation;
|
|
14
|
-
id _observedObject;
|
|
15
|
-
NSString *_keyPath;
|
|
16
|
-
id _expectedValue;
|
|
17
|
-
unsigned long long _options;
|
|
18
|
-
CDUnknownBlockType _handler;
|
|
19
|
-
NSObject<OS_dispatch_queue> *_queue;
|
|
20
|
-
BOOL _hasCleanedUp;
|
|
21
|
-
}
|
|
22
|
-
@property(readonly) unsigned long long options; // @synthesize options=_options;
|
|
23
|
-
@property(readonly) id expectedValue; // @synthesize expectedValue=_expectedValue;
|
|
24
|
-
@property(readonly, copy) NSString *keyPath; // @synthesize keyPath=_keyPath;
|
|
25
|
-
@property(readonly) id observedObject; // @synthesize observedObject=_observedObject;
|
|
26
|
-
@property(copy) CDUnknownBlockType handler;
|
|
27
|
-
|
|
28
|
-
- (void)cleanup;
|
|
29
|
-
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
|
|
30
|
-
- (id)initWithKeyPath:(id)arg1 object:(id)arg2 expectedValue:(id)arg3 expectation:(id)arg4 options:(unsigned long long)arg5;
|
|
31
|
-
|
|
32
|
-
@end
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSObject<OS_dispatch_queue>, NSString, XCTDarwinNotificationExpectation;
|
|
10
|
-
|
|
11
|
-
@interface _XCTDarwinNotificationExpectationImplementation : NSObject
|
|
12
|
-
{
|
|
13
|
-
XCTDarwinNotificationExpectation *_expectation;
|
|
14
|
-
NSString *_notificationName;
|
|
15
|
-
int _notifyToken;
|
|
16
|
-
CDUnknownBlockType _handler;
|
|
17
|
-
NSObject<OS_dispatch_queue> *_queue;
|
|
18
|
-
BOOL _hasCleanedUp;
|
|
19
|
-
}
|
|
20
|
-
@property(readonly, copy) NSString *notificationName; // @synthesize notificationName=_notificationName;
|
|
21
|
-
@property(copy) CDUnknownBlockType handler;
|
|
22
|
-
|
|
23
|
-
- (void)cleanup;
|
|
24
|
-
- (void)_handleNotification;
|
|
25
|
-
- (id)initWithNotificationName:(id)arg1 expectation:(id)arg2;
|
|
26
|
-
|
|
27
|
-
@end
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSNotificationCenter, NSObject<OS_dispatch_queue>, NSString, XCTNSNotificationExpectation;
|
|
10
|
-
|
|
11
|
-
@interface _XCTNSNotificationExpectationImplementation : NSObject
|
|
12
|
-
{
|
|
13
|
-
XCTNSNotificationExpectation *_expectation;
|
|
14
|
-
id _observedObject;
|
|
15
|
-
NSString *_notificationName;
|
|
16
|
-
NSNotificationCenter *_notificationCenter;
|
|
17
|
-
CDUnknownBlockType _handler;
|
|
18
|
-
NSObject<OS_dispatch_queue> *_queue;
|
|
19
|
-
BOOL _hasCleanedUp;
|
|
20
|
-
}
|
|
21
|
-
@property(readonly) NSNotificationCenter *notificationCenter; // @synthesize notificationCenter=_notificationCenter;
|
|
22
|
-
@property(readonly, copy) NSString *notificationName; // @synthesize notificationName=_notificationName;
|
|
23
|
-
@property(readonly) id observedObject; // @synthesize observedObject=_observedObject;
|
|
24
|
-
@property(copy) CDUnknownBlockType handler;
|
|
25
|
-
|
|
26
|
-
- (void)cleanup;
|
|
27
|
-
- (void)_observeExpectedNotification:(id)arg1;
|
|
28
|
-
- (id)initWithName:(id)arg1 object:(id)arg2 notificationCenter:(id)arg3 expectation:(id)arg4;
|
|
29
|
-
|
|
30
|
-
@end
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSObject<OS_dispatch_queue>, NSPredicate, NSString, NSTimer, XCTNSPredicateExpectation;
|
|
10
|
-
|
|
11
|
-
@interface _XCTNSPredicateExpectationImplementation : NSObject
|
|
12
|
-
{
|
|
13
|
-
XCTNSPredicateExpectation *_expectation;
|
|
14
|
-
id <XCTNSPredicateExpectationObject> _object;
|
|
15
|
-
NSPredicate *_predicate;
|
|
16
|
-
CDUnknownBlockType _handler;
|
|
17
|
-
NSTimer *_timer;
|
|
18
|
-
NSObject<OS_dispatch_queue> *_queue;
|
|
19
|
-
BOOL _hasCleanedUp;
|
|
20
|
-
}
|
|
21
|
-
@property(readonly, copy) NSPredicate *predicate; // @synthesize predicate=_predicate;
|
|
22
|
-
@property(readonly) id <XCTNSPredicateExpectationObject> object; // @synthesize object=_object;
|
|
23
|
-
@property(copy) CDUnknownBlockType handler;
|
|
24
|
-
|
|
25
|
-
- (void)cleanup;
|
|
26
|
-
- (void)_considerFulfilling;
|
|
27
|
-
- (id)initWithPredicate:(id)arg1 object:(id)arg2 expectation:(id)arg3;
|
|
28
|
-
|
|
29
|
-
@end
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated by class-dump 3.5 (64 bit).
|
|
3
|
-
//
|
|
4
|
-
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
#import "NSObject.h"
|
|
8
|
-
|
|
9
|
-
@class NSArray, NSMutableArray, NSObject<OS_dispatch_queue>, XCTWaiterManager;
|
|
10
|
-
|
|
11
|
-
@interface _XCTWaiterImpl : NSObject
|
|
12
|
-
{
|
|
13
|
-
id <XCTWaiterDelegate> _delegate;
|
|
14
|
-
XCTWaiterManager *_manager;
|
|
15
|
-
NSArray *_waitCallStackReturnAddresses;
|
|
16
|
-
NSObject<OS_dispatch_queue> *_queue;
|
|
17
|
-
NSObject<OS_dispatch_queue> *_delegateQueue;
|
|
18
|
-
NSArray *_expectations;
|
|
19
|
-
NSMutableArray *_fulfilledExpectations;
|
|
20
|
-
struct __CFRunLoop *_waitingRunLoop;
|
|
21
|
-
long long _state;
|
|
22
|
-
double _timeout;
|
|
23
|
-
long long _result;
|
|
24
|
-
BOOL _enforceOrderOfFulfillment;
|
|
25
|
-
}
|
|
26
|
-
@property BOOL enforceOrderOfFulfillment; // @synthesize enforceOrderOfFulfillment=_enforceOrderOfFulfillment;
|
|
27
|
-
@property long long result; // @synthesize result=_result;
|
|
28
|
-
@property long long state; // @synthesize state=_state;
|
|
29
|
-
@property(readonly, nonatomic) NSMutableArray *fulfilledExpectations; // @synthesize fulfilledExpectations=_fulfilledExpectations;
|
|
30
|
-
@property(copy, nonatomic) NSArray *expectations; // @synthesize expectations=_expectations;
|
|
31
|
-
@property(readonly, nonatomic) NSObject<OS_dispatch_queue> *delegateQueue; // @synthesize delegateQueue=_delegateQueue;
|
|
32
|
-
@property(readonly, nonatomic) NSObject<OS_dispatch_queue> *queue; // @synthesize queue=_queue;
|
|
33
|
-
@property XCTWaiterManager *manager; // @synthesize manager=_manager;
|
|
34
|
-
@property id <XCTWaiterDelegate> delegate; // @synthesize delegate=_delegate;
|
|
35
|
-
@property double timeout; // @synthesize timeout=_timeout;
|
|
36
|
-
@property struct __CFRunLoop *waitingRunLoop; // @synthesize waitingRunLoop=_waitingRunLoop;
|
|
37
|
-
@property(copy) NSArray *waitCallStackReturnAddresses; // @synthesize waitCallStackReturnAddresses=_waitCallStackReturnAddresses;
|
|
38
|
-
|
|
39
|
-
- (id)init;
|
|
40
|
-
|
|
41
|
-
@end
|