Searched refs:configTests (Results 1 – 1 of 1) sorted by relevance
731 const std::vector<TestIdentifier> &configTests = configAndIds.second; in BatchTests() local734 int batchesForConfig = static_cast<int>(configTests.size() + batchSize - 1) / batchSize; in BatchTests()740 for (size_t testIndex = batchIndex; testIndex < configTests.size(); in BatchTests()743 batchTests.push_back(configTests[testIndex]); in BatchTests()