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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyTest.java

Issue 12207171: [Android] Add a dummy host-driven test for ChromiumTestShell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit Created 7 years, 10 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 | « chrome/android/host_driven_tests/DummyTest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyTest.java
new file mode 100644
index 0000000000000000000000000000000000000000..e68529a15f05d1544d07b2962a04950394b5590f
--- /dev/null
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyTest.java
@@ -0,0 +1,16 @@
+// Copyright (c) 2013 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.
+
+package org.chromium.chrome.browser.test;
+
+import org.chromium.base.test.util.DisabledTest;
+import org.chromium.chrome.testshell.ChromiumTestShellTestBase;
+
+/**
+ * Dummy test suite for verifying the host-driven test framework.
+ */
+public class DummyTest extends ChromiumTestShellTestBase {
+ @DisabledTest
+ public void testPass() {}
+}
« no previous file with comments | « chrome/android/host_driven_tests/DummyTest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698