61 lines
2.3 KiB
C
61 lines
2.3 KiB
C
|
|
//
|
||
|
|
// Generated by class-dump 3.5 (64 bit).
|
||
|
|
//
|
||
|
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <XCTest/XCUIApplication.h>
|
||
|
|
|
||
|
|
@class NSArray, NSDictionary, NSString, XCApplicationQuery, XCUIApplicationImpl;
|
||
|
|
|
||
|
|
@interface XCUIApplication ()
|
||
|
|
{
|
||
|
|
BOOL _ancillary;
|
||
|
|
BOOL _doesNotHandleUIInterruptions;
|
||
|
|
BOOL _idleAnimationWaitEnabled;
|
||
|
|
XCUIElement *_keyboard;
|
||
|
|
NSArray *_launchArguments;
|
||
|
|
NSDictionary *_launchEnvironment;
|
||
|
|
XCUIApplicationImpl *_applicationImpl;
|
||
|
|
XCApplicationQuery *_applicationQuery;
|
||
|
|
unsigned long long _generation;
|
||
|
|
}
|
||
|
|
@property unsigned long long generation; // @synthesize generation=_generation;
|
||
|
|
@property(retain) XCApplicationQuery *applicationQuery; // @synthesize applicationQuery=_applicationQuery;
|
||
|
|
@property(retain) XCUIApplicationImpl *applicationImpl; // @synthesize applicationQuery=_applicationQuery;
|
||
|
|
@property(readonly, copy) NSString *bundleID; // @synthesize bundleID=_bundleID;
|
||
|
|
@property(readonly, copy) NSString *path; // @synthesize path=_path;
|
||
|
|
@property BOOL ancillary; // @synthesize ancillary=_ancillary;
|
||
|
|
@property(readonly) XCUIElement *keyboard; // @synthesize keyboard=_keyboard;
|
||
|
|
|
||
|
|
@property(getter=isIdleAnimationWaitEnabled) BOOL idleAnimationWaitEnabled; // @synthesize idleAnimationWaitEnabled=_idleAnimationWaitEnabled;
|
||
|
|
@property(nonatomic) BOOL doesNotHandleUIInterruptions; // @synthesize doesNotHandleUIInterruptions=_doesNotHandleUIInterruptions;
|
||
|
|
@property(readonly) BOOL fauxCollectionViewCellsEnabled;
|
||
|
|
#if !TARGET_OS_TV
|
||
|
|
@property(readonly, nonatomic) UIInterfaceOrientation interfaceOrientation; //TODO tvos
|
||
|
|
#endif
|
||
|
|
@property(readonly, nonatomic) BOOL running;
|
||
|
|
@property(nonatomic) pid_t processID; // @synthesize processID=_processID;
|
||
|
|
@property(readonly) id/*XCAccessibilityElement*/ accessibilityElement;
|
||
|
|
|
||
|
|
+ (instancetype)applicationWithPID:(pid_t)processID;
|
||
|
|
- (void)activate;
|
||
|
|
|
||
|
|
- (void)dismissKeyboard;
|
||
|
|
- (BOOL)setFauxCollectionViewCellsEnabled:(BOOL)arg1 error:(id *)arg2;
|
||
|
|
- (void)_waitForViewControllerViewDidDisappearWithTimeout:(double)arg1;
|
||
|
|
- (void)_waitForQuiescence;
|
||
|
|
- (void)terminate;
|
||
|
|
- (void)_launchUsingXcode:(BOOL)arg1;
|
||
|
|
- (void)launch;
|
||
|
|
- (id)application;
|
||
|
|
- (id)description;
|
||
|
|
- (id)lastSnapshot;
|
||
|
|
- (XCUIElementQuery *)query;
|
||
|
|
- (void)clearQuery;
|
||
|
|
- (void)resolveHandleUIInterruption:(BOOL)arg1;
|
||
|
|
- (id)initPrivateWithPath:(id)arg1 bundleID:(id)arg2;
|
||
|
|
- (id)init;
|
||
|
|
|
||
|
|
@end
|