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

Unified Diff: ios/web_view/shell/test/shell_egtest.mm

Issue 2736243003: Add ios_web_view_shell_egtests target and accessibility labels to shell. (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
Index: ios/web_view/shell/test/shell_egtest.mm
diff --git a/ios/web_view/shell/test/shell_egtest.mm b/ios/web_view/shell/test/shell_egtest.mm
new file mode 100644
index 0000000000000000000000000000000000000000..0a0c5e2c8aa1774610a94c464eefd9d06e35c2ab
--- /dev/null
+++ b/ios/web_view/shell/test/shell_egtest.mm
@@ -0,0 +1,13 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#import <XCTest/XCTest.h>
+
+// Empty test case file for the web view shell.
Eugene But (OOO till 7-30) 2017/03/08 21:42:44 We should try to align this with ShellBaseTestCase
michaeldo 2017/03/08 21:58:31 I agree, I had a base class already but wanted to
+@interface ShellTestCase : XCTestCase
+@end
+
+@implementation ShellTestCase
+
+@end

Powered by Google App Engine
This is Rietveld 408576698