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.
5 """Host-driven java_tests which exercise dummy functionality.
7 This test class is only here to ensure that the test framework for host driven
11 from pylib
.host_driven
import test_case
12 from pylib
.host_driven
import tests_annotations
15 class DummyTest(test_case
.HostDrivenTestCase
):
16 """Dummy host-driven test for testing the framework itself."""
18 @tests_annotations.Smoke
20 return self
._RunJavaTestFilters
(['DummyTest.testPass'])