Searched refs:shardedTests (Results 1 – 1 of 1) sorted by relevance
256 List<IRemoteTest> shardedTests = tests; in initialize() local257 if (shardedTests.size() > 1) { in initialize()258 shardedTestCounts.put(id, shardedTests.size()); in initialize()260 for (IRemoteTest test : shardedTests) { in initialize()