Home
last modified time | relevance | path

Searched refs:StrictShardHelper (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java40 import com.android.tradefed.invoker.shard.StrictShardHelper;
529 StrictShardHelper helper = new StrictShardHelper(); in testRun_sharding_firstModuleRunsAll()
571 StrictShardHelper helper = new StrictShardHelper(); in testRun_sharding_parallelRun()
619 StrictShardHelper helper = new StrictShardHelper(); in testRun_sharding_withIndex()
699 StrictShardHelper helper = new StrictShardHelper(); in helperTestShardIndex()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DStrictShardHelperTest.java75 private StrictShardHelper mHelper;
84 mHelper = new StrictShardHelper(); in setUp()
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java34 import com.android.tradefed.invoker.shard.StrictShardHelper;
327 setShardingStrategy(new StrictShardHelper()); in GlobalConfiguration()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java41 public class StrictShardHelper extends ShardHelper { class