Searched refs:TestMapping (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/util/testmapping/ |
D | TestMappingTest.java | 70 new TestMapping(testMappingFile.toPath(), Paths.get(tempDir.getAbsolutePath())) in testparseTestMapping() 79 new TestMapping(testMappingFile.toPath(), Paths.get(tempDir.getAbsolutePath())) in testparseTestMapping() 88 new TestMapping(testMappingFile.toPath(), Paths.get(tempDir.getAbsolutePath())) in testparseTestMapping() 105 new TestMapping(testMappingFile.toPath(), Paths.get(tempDir.getAbsolutePath())) in testparseTestMapping() 134 new TestMapping(testMappingFile.toPath(), Paths.get(tempDir.getAbsolutePath())) in testparseTestMapping_BadJson() 170 TestMapping.setTestMappingPaths(new ArrayList<String>()); in testGetTests() 171 Set<TestInfo> tests = TestMapping.getTests(mockBuildInfo, "presubmit", false, null); in testGetTests() 174 tests = TestMapping.getTests(mockBuildInfo, "presubmit", true, null); in testGetTests() 224 TestMapping.getTests( in testGetTests_matchKeywords() 255 TestMapping.setTestMappingPaths(testMappingRelativePaths); in testGetAllTestMappingPaths_FromChildDirectory() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | TestMappingSuiteRunner.java | 25 import com.android.tradefed.util.testmapping.TestMapping; 139 TestMapping.setTestMappingPaths(mTestMappingPaths); in loadTests() 142 TestMapping.getTests( in loadTests() 188 configDescriptor.addMetadata(TestMapping.TEST_SOURCES, testSources); in loadTests()
|
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestMapping.java | 52 public class TestMapping { class 94 public TestMapping(Path path, Path testMappingsDir) { in TestMapping() method in TestMapping 318 new TestMapping(path, testMappingsRootPath) in getTests() 431 new TestMapping(path, testMappingsRootPath).getTestCollection(); in getAllTests()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/presubmit/ |
D | TestMappingsValidation.java | 34 import com.android.tradefed.util.testmapping.TestMapping; 122 TestMapping.extractTestMappingsZip(deviceBuildInfo.getFile(TEST_MAPPINGS_ZIP)); in setUp() 125 allTests = TestMapping.getAllTests(testMappingsDir); in setUp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | TestMappingSuiteRunnerTest.java | 43 import com.android.tradefed.util.testmapping.TestMapping; 288 .getMetaData(TestMapping.TEST_SOURCES) in testLoadTests_testMappingsZip() 360 .getMetaData(TestMapping.TEST_SOURCES) in testLoadTests_testMappingsZipFoundTestsWithKeywords() 565 TestMapping.setTestMappingPaths(new ArrayList<String>()); in testLoadTests_shardNoTest()
|