Home
last modified time | relevance | path

Searched refs:setTests (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/
DRetryReschedulerTest.java117 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_onlyPassTests()
161 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_carryShardCount()
199 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_someFailedTests()
238 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_someAssumptionFailures()
277 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_mixedFailedAssumptionFailures()
322 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_excludeFilters()
361 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_module_option()
404 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_excludeFilters_abi()
445 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_moduleOption_abi()
483 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_parameterized_nofail()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DInvocationExecutionTest.java216 mConfig.setTests(tests); in testRun_autoRetry()
246 mConfig.setTests(tests); in testRun_autoRetry_throughForwarder()
278 mConfig.setTests(tests); in testRun_metricCollectors()
295 mConfig.setTests(tests); in testRun_metricCollectors_auto()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteTest.java1388 config.setTests(tests); in testWhiteListFiltering()
1400 config.setTests(tests); in testWhiteListFiltering_empty()
1414 config.setTests(tests); in testWhiteListFiltering_disallow()
1431 config.setTests(tests); in testWhiteListFiltering_partialModule()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/app/
DNoApkTestSkipper.java53 mConfiguration.setTests(new ArrayList<>()); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleSplitter.java116 config.setTests(new ArrayList<>()); in createAndAddModule()
DTestMappingSuiteRunner.java185 moduleConfig.setTests(allTests); in loadTests()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java365 public void setTests(List<IRemoteTest> tests); in setTests() method
DConfiguration.java861 public void setTests(List<IRemoteTest> tests) { in setTests() method in Configuration
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java72 config.setTests(splitList); in shardConfig()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java355 config.setTests(newList); in updateConfiguration()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java400 mConfig.setTests(tests); in testSplitWithTokens()
DStrictShardHelperTest.java280 mConfig.setTests(test); in testShard()