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