Searched defs:testMappingsDir (Results 1 – 2 of 2) sorted by relevance
116 Path path, Path testMappingsDir, Set<String> matchedPatternPaths) { in getTestCollection()136 listTestMappingFiles(path.getParent(), testMappingsDir, filePaths); in getTestCollection() local496 File testMappingsDir = null; in getTests() local582 public Map<String, Set<TestInfo>> getAllTests(File testMappingsDir) { in getAllTests()625 File testMappingsDir = null; in extractTestMappingsZip() local
117 private File testMappingsDir = null; field in TestMappingsValidation