-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use EarlGrey and SocketRocket as sub-modules. Update EarlGrey to the …
…latest release version. Update detox code using EarlGrey.
- Loading branch information
Showing
408 changed files
with
215 additions
and
52,795 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "detox/ios/SocketRocket"] | ||
path = detox/ios/SocketRocket | ||
url = https://github.com/facebook/SocketRocket.git | ||
[submodule "detox/ios/EarlGrey"] | ||
path = detox/ios/EarlGrey | ||
url = https://github.com/google/EarlGrey.git |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// | ||
// EarlGreyExtensions.h | ||
// Detox | ||
// | ||
// Created by Leo Natan (Wix) on 12/10/2016. | ||
// Copyright © 2016 Wix. All rights reserved. | ||
// | ||
|
||
#import <EarlGrey/EarlGrey.h> | ||
|
||
/** | ||
Expose provate Earl Grey methods | ||
*/ | ||
@interface GREYUIThreadExecutor () | ||
|
||
- (void)registerIdlingResource:(id<GREYIdlingResource>)resource; | ||
- (void)deregisterIdlingResource:(id<GREYIdlingResource>)resource; | ||
|
||
@end | ||
|
||
FOUNDATION_EXPORT id HC_hasProperty(NSString *propertyName, id valueMatcher); | ||
|
||
static inline id hasProperty(NSString *propertyName, id valueMatcher) | ||
{ | ||
return HC_hasProperty(propertyName, valueMatcher); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 0 additions & 47 deletions
47
detox/ios/Detox/SocketRocket/Internal/Delegate/SRDelegateController.h
This file was deleted.
Oops, something went wrong.
137 changes: 0 additions & 137 deletions
137
detox/ios/Detox/SocketRocket/Internal/Delegate/SRDelegateController.m
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
detox/ios/Detox/SocketRocket/Internal/IOConsumer/SRIOConsumer.h
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
detox/ios/Detox/SocketRocket/Internal/IOConsumer/SRIOConsumer.m
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
detox/ios/Detox/SocketRocket/Internal/IOConsumer/SRIOConsumerPool.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.