Home
last modified time | relevance | path

Searched refs:AnotherTestCase (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostTestTest.java165 public static class AnotherTestCase extends TestCase { class in HostTestTest
166 public AnotherTestCase() { in AnotherTestCase() method in HostTestTest.AnotherTestCase
169 public AnotherTestCase(String name) { in AnotherTestCase() method in HostTestTest.AnotherTestCase
796 setter.setOptionValue("class", AnotherTestCase.class.getName());
799 TestDescription test3 = new TestDescription(AnotherTestCase.class.getName(), "testPass3");
800 TestDescription test4 = new TestDescription(AnotherTestCase.class.getName(), "testPass4");
826 setter.setOptionValue("class", AnotherTestCase.class.getName());
999 mHostTest.setClassName(AnotherTestCase.class.getName());
1002 TestDescription test4 = new TestDescription(AnotherTestCase.class.getName(), "testPass4");
1018 mHostTest.setClassName(AnotherTestCase.class.getName());
[all …]