Searched refs:allTests (Results 1 – 7 of 7) sorted by relevance
99 private Map<String, Set<TestInfo>> allTests = null; field in TestMappingsValidation125 allTests = TestMapping.getAllTests(testMappingsDir); in setUp()140 for (String testGroup : allTests.keySet()) { in testValidTestMappingForParameterizedMainlineModules()145 for (TestInfo testInfo : allTests.get(testGroup)) { in testValidTestMappingForParameterizedMainlineModules()221 for (String testGroup : allTests.keySet()) { in testTestSuiteSetting()226 for (TestInfo testInfo : allTests.get(testGroup)) { in testTestSuiteSetting()248 for (String testGroup : allTests.keySet()) { in testFilterOptions()433 for (TestInfo test : allTests.get(testGroup)) { in getModuleNames()448 for (TestInfo test : allTests.get(testGroup)) { in getTestInfos()
89 List<IRemoteTest> allTests = new ArrayList<>(); in getAllTests() local116 allTests.add(test); in getAllTests()118 allTests.addAll(subTests); in getAllTests()122 allTests.add(test); in getAllTests()125 return allTests; in getAllTests()
167 List<IRemoteTest> allTests = new ArrayList<>(); in loadTests() local177 allTests.addAll(createIndividualTests(testInfos, configPath, abi)); in loadTests()178 if (!allTests.isEmpty()) { in loadTests()180 moduleConfig.setTests(allTests); in loadTests()
348 Map<String, Set<TestInfo>> allTests = new HashMap<String, Set<TestInfo>>(); in getAllTests() local356 getAllTests(allTests, path, testMappingsRootPath)); in getAllTests()368 return allTests; in getAllTests()428 private static void getAllTests(Map<String, Set<TestInfo>> allTests, in getAllTests() argument433 allTests.computeIfAbsent(group, k -> new HashSet<>()).addAll(testCollection.get(group)); in getAllTests()
69 String[][] allTests = { in testRun() local78 for (String[] test : allTests) { in testRun()
508 Map<String, Set<TestInfo>> allTests = TestMapping.getAllTests(tempDir); in testGetAllTests() local509 Set<TestInfo> tests = allTests.get("presubmit"); in testGetAllTests()512 tests = allTests.get("postsubmit"); in testGetAllTests()515 tests = allTests.get("othertype"); in testGetAllTests()548 Map<String, Set<TestInfo>> allTests = TestMapping.getAllTests(tempDir); in testExtractTestMappingsZip() local549 Set<TestInfo> tests = allTests.get("presubmit"); in testExtractTestMappingsZip()552 tests = allTests.get("postsubmit"); in testExtractTestMappingsZip()555 tests = allTests.get("othertype"); in testExtractTestMappingsZip()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...