Searched refs:StubTest (Results 1 – 14 of 14) sorted by relevance
33 import com.android.tradefed.testtype.StubTest;67 StubTest test = new StubTest(); in testSplitModule_configNotShardable()104 StubTest test = new StubTest(); in testSplitModule_configNotStrictShardable_dynamic()140 StubTest test = new StubTest(); in testSplitModule_configNotStrictShardable_notDynamic()172 StubTest test = new StubTest(); in testSplitModule_noIntraModuleSharding()245 IRemoteTest test = new StubTest(); in testSplitModule_testShardable_didNotShard()279 StubTest test = new StubTest(); in testSplitModule_testShardable_shard()319 StubTest test = new StubTest(); in testSplitModule_testShardable_shard_noDynamic()
29 import com.android.tradefed.testtype.StubTest;56 mIRemoteTest = new StubTest(); in setUp()
46 import com.android.tradefed.testtype.StubTest;204 assertTrue(config.getTests().get(0) instanceof StubTest); in testLoadSuite() local
90 import com.android.tradefed.testtype.StubTest;180 extraConfig.setTest(new StubTest()); in loadTests()1448 tests.add(new StubTest()); in testWhiteListFiltering()1451 allowedRunners.add(StubTest.class.getName()); in testWhiteListFiltering()1460 tests.add(new StubTest()); in testWhiteListFiltering_empty()1474 tests.add(new StubTest()); in testWhiteListFiltering_disallow()1490 tests.add(new StubTest()); in testWhiteListFiltering_partialModule()
48 import com.android.tradefed.testtype.StubTest;187 config.setTest(new StubTest()); in loadingStrategy()836 config.setTest(new StubTest()); in testCreateIndividualTestsWithDifferentTestInfos()855 config.setTest(new StubTest()); in testCreateIndividualTestsWithDifferentTestOptions()877 config.setTest(new StubTest()); in testCreateIndividualTestsWithExcludeFilterFromTFCommandLine()
46 import com.android.tradefed.testtype.StubTest;96 testsList.add(new StubTest()); in testMultiPolling()123 StubTest first = new StubTest(); in testPollingRun()130 IRemoteTest test = new StubTest(); in testPollingRun()160 IRemoteTest badTest = new StubTest(); in testRun_runtimeException()167 IRemoteTest test = new StubTest(); in testRun_runtimeException()192 IRemoteTest badTest = new StubTest(); in testRun_deviceUnresponsive()199 IRemoteTest test = new StubTest(); in testRun_deviceUnresponsive()224 IRemoteTest badTest = new StubTest(); in testRun_dnae()231 IRemoteTest test = new StubTest(); in testRun_dnae()[all …]
45 import com.android.tradefed.testtype.StubTest;135 StubTest test = new StubTest(); in testSplitWithShardCount()163 StubTest test = new StubTest(); in testSplit_noShardCount()193 StubTest test = new StubTest(); in testSplitWithShardCount_notEnoughTest()238 StubTest test = new StubTest(); in testCloneStatusChecker()285 StubTest test = new StubTest(); in testCloneMetricCollector()395 StubTest test = new StubTest(); in testSplitWithTokens()431 StubTest test = new StubTest(); in testSplitWithMultiDevices()
48 import com.android.tradefed.testtype.StubTest;122 StubTest test = new StubTest(); in testShardConfig_internal()153 StubTest test = new StubTest(); in testShardConfig_internal_shardIndex()603 testList.add(new StubTest()); in createFakeTestList()
24 import com.android.tradefed.testtype.StubTest;74 mTests.add(new StubTest()); in testSeveralTests_oneReporter()
37 public class StubTest implements IShardableTest, IConfigurationReceiver, IAbiReceiver { class114 shards.add(new StubTest()); in split()
27 import com.android.tradefed.testtype.StubTest;76 assertTrue(config.getTests().get(0) instanceof StubTest); in testLoad_compatible() local
31 import com.android.tradefed.testtype.StubTest;167 config.setTest(new StubTest()); in testFilteringComponent()191 config.setTest(new StubTest()); in testFiltering_classVerbosity()
30 import com.android.tradefed.testtype.StubTest;267 mConfig.setTest(new StubTest()); in testFinalizedResults_notRetry()
50 import com.android.tradefed.testtype.StubTest;257 setTest(new StubTest()); in Configuration()