Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTestTest.java62 private JarHostTest mTest;
71 public static class JarHostTestable extends JarHostTest {
83 mTest = new JarHostTest(); in setUp()
150 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withoutJar() local
151 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withoutJar() local
168 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withJar() local
170 ((JarHostTest)res.get(0)).getClassNames().toString()); in testSplit_withJar()
171 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withJar() local
173 ((JarHostTest)res.get(1)).getClassNames().toString()); in testSplit_withJar()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTest.java33 public class JarHostTest extends HostTest { class
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DCtsConfigLoadingTest.java24 import com.android.compatibility.common.tradefed.testtype.JarHostTest;
343 if (test.getClass().isAssignableFrom(JarHostTest.class)) { in testConfigurationLoad()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...