Searched refs:testMappingRelativePaths (Results 1 – 2 of 2) sorted by relevance
352 List<String> testMappingRelativePaths = new ArrayList<>(); in testGetAllTestMappingPaths_FromChildDirectory() local354 testMappingRelativePaths.add(relPath.toString()); in testGetAllTestMappingPaths_FromChildDirectory()355 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_FromChildDirectory()382 List<String> testMappingRelativePaths = new ArrayList<>(); in testGetAllTestMappingPaths_FromParentDirectory() local384 testMappingRelativePaths.add(relPath.toString()); in testGetAllTestMappingPaths_FromParentDirectory()385 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_FromParentDirectory()405 List<String> testMappingRelativePaths = new ArrayList<>(); in testGetAllTestMappingPaths_NoFilesFound() local407 testMappingRelativePaths.add(relPath.toString()); in testGetAllTestMappingPaths_NoFilesFound()408 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_NoFilesFound()
101 public TestMapping(List<String> testMappingRelativePaths, boolean ignoreTestMappingImports) { in TestMapping() argument102 mTestMappingRelativePaths = testMappingRelativePaths; in TestMapping()