Searched refs:HostTest (Results 1 – 14 of 14) sorted by relevance
75 private HostTest mTest;85 mTest = new HostTest(); in setUp()168 assertTrue(shard1 instanceof HostTest); in testSplit_withJar()169 ((HostTest) shard1).setTestInformation(mTestInfo); in testSplit_withJar()170 ((HostTest) shard1).setBuild(new BuildInfo()); in testSplit_withJar()171 ((HostTest) shard1).setDevice(device); in testSplit_withJar()172 assertEquals(2, ((HostTest) shard1).countTestCases()); in testSplit_withJar()173 total += ((HostTest) shard1).countTestCases(); in testSplit_withJar()176 assertTrue(shard2 instanceof HostTest); in testSplit_withJar()177 ((HostTest) shard2).setTestInformation(mTestInfo); in testSplit_withJar()[all …]
109 private HostTest mHostTest;117 mHostTest = new HostTest(); in setUp()
105 private HostTest mHostTest;586 public static class TestableHostTest extends HostTest {1198 mHostTest = new HostTest(); in testRun_shouldNotRunMulti()1555 private void runMixJunitTest(HostTest hostTest, int expectedTest, int expectedRun) in runMixJunitTest()1782 private void runMixJunitTestWithFilter(HostTest hostTest) throws Exception { in runMixJunitTestWithFilter()1874 assertTrue(HostTest.class.isInstance(shard)); in testRun_junit_suite_split_by_method()1875 HostTest hostTest = (HostTest) shard; in testRun_junit_suite_split_by_method()1969 assertTrue(shard instanceof HostTest); in testGetTestShardable_wrapping_shardUnit_method()1970 HostTest hostTest = (HostTest) shard; in testGetTestShardable_wrapping_shardUnit_method()2154 assertTrue(test instanceof HostTest); in testSplit_withExclude()[all …]
54 private HostTest mHostTest;65 mHostTest = new HostTest(); in setUp()
20 import com.android.tradefed.testtype.HostTest;50 @Option(name = HostTest.SET_OPTION_NAME, description = HostTest.SET_OPTION_DESC)84 HostTest.setOptionToLoadedObject(testObj, mKeyValueOptions); in methodInvoker()
50 @Option(name = HostTest.SET_OPTION_NAME, description = HostTest.SET_OPTION_DESC)130 setter.setOptionValue(HostTest.SET_OPTION_NAME, kv); in runChild()
71 @Option(name = HostTest.SET_OPTION_NAME, description = HostTest.SET_OPTION_DESC)102 HostTest.setOptionToLoadedObject(testObj, mKeyValueOptions); in createTest()
105 public class HostTest class236 public HostTest() { in HostTest() method in HostTest1305 HostTest test; in split()1314 test = (HostTest) listTests.get(i); in split()1368 protected HostTest createHostTest(Class<?> classObj) { in createHostTest()1369 HostTest test; in createHostTest()
24 import com.android.tradefed.testtype.HostTest;34 public class JarHostTest extends HostTest {
45 import com.android.tradefed.testtype.HostTest;132 private HostTest mHostTest;145 mHostTest = new HostTest(); in setUp()398 HostTest test = new HostTest();
32 import com.android.tradefed.testtype.HostTest;103 private HostTest mTest;113 mTest = new HostTest(); in setUp()
38 import com.android.tradefed.testtype.HostTest;456 HostTest host = new HostTest(); in testActualRunAnnotated_include()509 HostTest host = new HostTest(); in testActualRunAnnotated_exclude()
41 import com.android.tradefed.testtype.HostTest;351 HostTest stubTest = new HostTest(); in testClone_withKeystore()
44 import com.android.tradefed.testtype.HostTest;982 HostTest test = (HostTest) configMap.get(ABI_1 + " test[mod1.apk]").getTests().get(0); in testLoadTestsForMainline()985 test = (HostTest) configMap.get(ABI_1 + " test[mod2.apk]").getTests().get(0); in testLoadTestsForMainline()988 test = (HostTest) configMap.get(ABI_1 + " test[mod1.apk+mod2.apk]").getTests().get(0); in testLoadTestsForMainline()