Searched refs:JarHostTest (Results 1 – 4 of 4) sorted by relevance
60 private JarHostTest mTest;68 public static class JarHostTestable extends JarHostTest {80 mTest = new JarHostTest(); in setUp()145 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withoutJar() local146 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withoutJar() local163 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withJar() local165 ((JarHostTest)res.get(0)).getClassNames().toString()); in testSplit_withJar()166 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withJar() local168 ((JarHostTest)res.get(1)).getClassNames().toString()); in testSplit_withJar()
24 import com.android.compatibility.common.tradefed.testtype.JarHostTest;318 if (test.getClass().isAssignableFrom(JarHostTest.class)) { in testConfigurationLoad()
32 public class JarHostTest extends HostTest { class
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...