File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 23
23
24
24
#ifdef NO_NETWORK
25
25
#import " ITUIOSTestUtil.h"
26
- #import " ioReplayer/IORManager.h"
27
- #import " ioReplayer/IORTestCase.h"
28
26
#endif
29
27
30
28
#import < GTMSessionFetcher/GTMSessionFetcher.h>
93
91
#define SKIP_IF_ON_MOBILE_HARNESS
94
92
#endif
95
93
96
- #ifdef NO_NETWORK
97
- @interface ApiTests : IORTestCase
98
- #else
99
94
@interface ApiTests : XCTestCase
100
- #endif
95
+
101
96
@end
102
97
103
98
@implementation ApiTests
Original file line number Diff line number Diff line change 21
21
#import < FirebaseCore/FIRApp.h>
22
22
#import " FirebaseAuth.h"
23
23
24
- #ifdef NO_NETWORK
25
- #import " ioReplayer/IORTestCase.h"
26
- #endif
27
-
28
24
/* * The url for obtaining a valid custom token string used to test BYOAuth. */
29
25
static NSString *const kCustomTokenUrl = @" https://fb-sa-1211.appspot.com/token" ;
30
26
38
34
39
35
static NSTimeInterval const kWaitForElementTimeOut = 5 ;
40
36
41
- #ifdef NO_NETWORK
42
- @interface BasicUITest : IORTestCase
43
- #else
44
37
@interface BasicUITest :XCTestCase
45
- #endif
46
38
@end
47
39
48
40
/* * Convenience function for EarlGrey tests. */
You can’t perform that action at this time.
0 commit comments