Searched refs:testMappingsDir (Results 1 – 2 of 2) sorted by relevance
94 public TestMapping(Path path, Path testMappingsDir) { in TestMapping() argument96 String relativePath = testMappingsDir.relativize(path.getParent()).toString(); in TestMapping()303 File testMappingsDir = extractTestMappingsZip(buildInfo.getFile(TEST_MAPPINGS_ZIP)); in getTests() local306 Path testMappingsRootPath = Paths.get(testMappingsDir.getAbsolutePath()); in getTests()329 e.getMessage(), testMappingsDir.getAbsolutePath()), e); in getTests()334 FileUtil.recursiveDelete(testMappingsDir); in getTests()347 public static Map<String, Set<TestInfo>> getAllTests(File testMappingsDir) { in getAllTests() argument351 Path testMappingsRootPath = Paths.get(testMappingsDir.getAbsolutePath()); in getAllTests()362 e.getMessage(), testMappingsDir.getAbsolutePath()), e); in getAllTests()378 File testMappingsDir = null; in extractTestMappingsZip() local[all …]
94 private File testMappingsDir = null; field in TestMappingsValidation121 testMappingsDir = in setUp()125 allTests = TestMapping.getAllTests(testMappingsDir); in setUp()130 FileUtil.recursiveDelete(testMappingsDir); in tearDown()