Searched defs:allTests (Results 1 – 6 of 6) sorted by relevance
69 String[][] allTests = { in testRun() local
348 Map<String, Set<TestInfo>> allTests = new HashMap<String, Set<TestInfo>>(); in getAllTests() local428 private static void getAllTests(Map<String, Set<TestInfo>> allTests, in getAllTests()
172 List<IRemoteTest> allTests = new ArrayList<>(); in loadTests() local
89 List<IRemoteTest> allTests = new ArrayList<>(); in getAllTests() local
510 Map<String, Set<TestInfo>> allTests = TestMapping.getAllTests(tempDir); in testGetAllTests() local550 Map<String, Set<TestInfo>> allTests = TestMapping.getAllTests(tempDir); in testExtractTestMappingsZip() local
99 private Map<String, Set<TestInfo>> allTests = null; field in TestMappingsValidation