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

Unified Diff: ios/web/shell/test/earl_grey/web_shell_test_case.mm

Issue 2740783002: Rename ShellBaseTestCase as WebShellTestCase. (Closed)
Patch Set: Created 3 years, 9 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 | « ios/web/shell/test/earl_grey/web_shell_test_case.h ('k') | ios/web/shell/test/meta_tags_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/earl_grey/web_shell_test_case.mm
diff --git a/ios/web/shell/test/earl_grey/shell_base_test_case.mm b/ios/web/shell/test/earl_grey/web_shell_test_case.mm
similarity index 94%
rename from ios/web/shell/test/earl_grey/shell_base_test_case.mm
rename to ios/web/shell/test/earl_grey/web_shell_test_case.mm
index c3d47dc9ddf6ea1db6faf60844c929f4989a8505..0c645735ca4955ae0dfb82fa49155b911ce7e3dc 100644
--- a/ios/web/shell/test/earl_grey/shell_base_test_case.mm
+++ b/ios/web/shell/test/earl_grey/web_shell_test_case.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "ios/web/shell/test/earl_grey/shell_base_test_case.h"
+#import "ios/web/shell/test/earl_grey/web_shell_test_case.h"
#import <EarlGrey/EarlGrey.h>
@@ -16,7 +16,7 @@
using web::test::HttpServer;
using web::WebViewContainingText;
-@implementation ShellBaseTestCase
+@implementation WebShellTestCase
// Overrides |testInvocations| to skip all tests if a system alert view is
// shown, since this isn't a case a user would encounter (i.e. they would
« no previous file with comments | « ios/web/shell/test/earl_grey/web_shell_test_case.h ('k') | ios/web/shell/test/meta_tags_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698