Searched refs:testMapping (Results 1 – 5 of 5) sorted by relevance
355 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_FromChildDirectory() local356 Set<Path> paths = testMapping.getAllTestMappingPaths(testMappingsRootPath); in testGetAllTestMappingPaths_FromChildDirectory()385 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_FromParentDirectory() local386 Set<Path> paths = testMapping.getAllTestMappingPaths(testMappingsRootPath); in testGetAllTestMappingPaths_FromParentDirectory()408 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_NoFilesFound() local411 testMapping.getAllTestMappingPaths(testMappingsRootPath); in testGetAllTestMappingPaths_NoFilesFound()761 TestMapping testMapping = new TestMapping(new ArrayList<>(), false); in testIncludeImports() local763 testMapping.getTests( in testIncludeImports()764 testMapping.getTestCollection( in testIncludeImports()787 testMapping.getTests( in testIncludeImports()[all …]
47 @NotNull JCheckBox testMapping, in AtestFastInputController() argument51 mTestMapping = testMapping; in AtestFastInputController()
197 TestMapping testMapping = new TestMapping(); in getErrors() local199 testMapping.getTests( in getErrors()
242 TestMapping testMapping = new TestMapping(); in setUp() local243 allTests = testMapping.getAllTests(testMappingsDir); in setUp()
201 TestMapping testMapping = in loadTestInfos() local204 testMapping.getTests( in loadTestInfos()