Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1198)

Unified Diff: test/mac/xcuitest/TestCase.m

Issue 1876623002: Adds support for a new target spec: 'mac_xcuitest_bundle'. This allows us to create UI testing bund… (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mac/xcuitest/MyAppDelegate.m ('k') | test/mac/xcuitest/main.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/xcuitest/TestCase.m
diff --git a/test/mac/xctest/TestCase.m b/test/mac/xcuitest/TestCase.m
similarity index 84%
copy from test/mac/xctest/TestCase.m
copy to test/mac/xcuitest/TestCase.m
index 36846a1fda24b27c8dd10f497be91228b5ae0672..1f32b7af7457095cd08adda6d2d30d9e09a63476 100644
--- a/test/mac/xctest/TestCase.m
+++ b/test/mac/xcuitest/TestCase.m
@@ -3,14 +3,13 @@
// found in the LICENSE file.
#import <XCTest/XCTest.h>
-#import "MyClass.h"
@interface TestCase : XCTestCase
@end
@implementation TestCase
- (void)testFoo {
- MyClass *foo = [[MyClass alloc] init];
+ XCUIApplication *foo = [[XCUIApplication alloc] init];
XCTAssertNotNil(foo, @"expected non-nil object");
}
@end
« no previous file with comments | « test/mac/xcuitest/MyAppDelegate.m ('k') | test/mac/xcuitest/main.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698