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

Side by Side Diff: chrome/android/host_driven_tests/DummyTest.py

Issue 1874603002: [Android] Remove host-driven test framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update chrome/android/java_sources.gni 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 unified diff | Download patch
« no previous file with comments | « build/android/test_runner.pydeps ('k') | chrome/android/host_driven_tests/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 """Host-driven java_tests which exercise dummy functionality.
6
7 This test class is only here to ensure that the test framework for host driven
8 tests work.
9 """
10
11 from pylib.host_driven import test_case
12 from pylib.host_driven import tests_annotations
13
14
15 class DummyTest(test_case.HostDrivenTestCase):
16 """Dummy host-driven test for testing the framework itself."""
17
18 @tests_annotations.Smoke
19 def testPass(self):
20 return self._RunJavaTestFilters(['DummyTest.testPass'])
OLDNEW
« no previous file with comments | « build/android/test_runner.pydeps ('k') | chrome/android/host_driven_tests/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698