Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/
DRetryReschedulerTest.java117 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_onlyPassTests()
162 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_carryShardCount()
200 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_someFailedTests()
239 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_someAssumptionFailures()
278 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_mixedFailedAssumptionFailures()
323 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_excludeFilters()
366 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_excludeFilters_abi()
404 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_parameterized_nofail()
453 mRescheduledConfiguration.setTests(EasyMock.anyObject()); in testReschedule_parameterized_failed()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/app/
DNoApkTestSkipper.java60 mConfiguration.setTests(new ArrayList<>()); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DInvocationExecutionTest.java207 mConfig.setTests(tests); in testRun_metricCollectors()
223 mConfig.setTests(tests); in testRun_metricCollectors_auto()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteTest.java1355 config.setTests(tests); in testWhiteListFiltering()
1367 config.setTests(tests); in testWhiteListFiltering_empty()
1381 config.setTests(tests); in testWhiteListFiltering_disallow()
1398 config.setTests(tests); in testWhiteListFiltering_partialModule()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java332 public void setTests(List<IRemoteTest> tests); in setTests() method
DConfiguration.java778 public void setTests(List<IRemoteTest> tests) { in setTests() method in Configuration
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java68 config.setTests(splitList); in shardConfig()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java316 config.setTests(newList); in updateConfiguration()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java453 mConfig.setTests(tests); in testSplitWithTokens()
DStrictShardHelperTest.java251 mConfig.setTests(test); in testShard()