Searched refs:JarHostTest (Results 1 – 4 of 4) sorted by relevance
62 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() local151 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withoutJar() local168 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withJar() local170 ((JarHostTest)res.get(0)).getClassNames().toString()); in testSplit_withJar()171 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withJar() local173 ((JarHostTest)res.get(1)).getClassNames().toString()); in testSplit_withJar()
33 public class JarHostTest extends HostTest { class
24 import com.android.compatibility.common.tradefed.testtype.JarHostTest;343 if (test.getClass().isAssignableFrom(JarHostTest.class)) { in testConfigurationLoad()
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...