Home
last modified time | relevance | path

Searched refs:testMapping (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/
DTestMappingTest.java355 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_FromChildDirectory() local
356 Set<Path> paths = testMapping.getAllTestMappingPaths(testMappingsRootPath); in testGetAllTestMappingPaths_FromChildDirectory()
385 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_FromParentDirectory() local
386 Set<Path> paths = testMapping.getAllTestMappingPaths(testMappingsRootPath); in testGetAllTestMappingPaths_FromParentDirectory()
408 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_NoFilesFound() local
411 testMapping.getAllTestMappingPaths(testMappingsRootPath); in testGetAllTestMappingPaths_NoFilesFound()
761 TestMapping testMapping = new TestMapping(new ArrayList<>(), false); in testIncludeImports() local
763 testMapping.getTests( in testIncludeImports()
764 testMapping.getTestCollection( in testIncludeImports()
787 testMapping.getTests( in testIncludeImports()
[all …]
/tools/asuite/asuite_plugin/src/java/com/android/atest/widget/
DAtestFastInputController.java47 @NotNull JCheckBox testMapping, in AtestFastInputController() argument
51 mTestMapping = testMapping; in AtestFastInputController()
/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DHostUnitTestsConfigValidation.java197 TestMapping testMapping = new TestMapping(); in getErrors() local
199 testMapping.getTests( in getErrors()
DTestMappingsValidation.java242 TestMapping testMapping = new TestMapping(); in setUp() local
243 allTests = testMapping.getAllTests(testMappingsDir); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunner.java201 TestMapping testMapping = in loadTestInfos() local
204 testMapping.getTests( in loadTestInfos()