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

Unified Diff: chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java

Issue 13977004: [Android] Add a dummy uiautomator tests target for chromium testshell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added prebuilt jar target to android_tools.gyp Created 7 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 | « build/all_android.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java
diff --git a/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java b/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java
new file mode 100644
index 0000000000000000000000000000000000000000..5333613a1e0aa4e03934b3898319194e1d0fa641
--- /dev/null
+++ b/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java
@@ -0,0 +1,18 @@
+// 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.testshell.uiautomator;
+
+import com.android.uiautomator.testrunner.UiAutomatorTestCase;
+
+import org.chromium.base.test.util.DisabledTest;
+
+/**
+ * Dummy test for verifying uiautomator tests can be built.
+ */
+public class DummyTest extends UiAutomatorTestCase {
+
+ @DisabledTest
+ public void testPass() {}
+}
« no previous file with comments | « build/all_android.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698