Home
last modified time | relevance | path

Searched refs:TestMapping (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/
DTestMappingTest.java62 private TestMapping mTestMapping;
66 mTestMapping = new TestMapping(); in setUp()
355 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_FromChildDirectory()
385 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_FromParentDirectory()
408 TestMapping testMapping = new TestMapping(testMappingRelativePaths, true); in testGetAllTestMappingPaths_NoFilesFound()
647 extractedFile = TestMapping.extractTestMappingsZip(zipFile); in testExtractTestMappingsZip()
761 TestMapping testMapping = new TestMapping(new ArrayList<>(), false); in testIncludeImports()
1115 TestMapping testMapping = new TestMapping(testMappingPaths, IGNORE_IMPORTS); in testparseTestMappingWithFilePatterns()
1166 TestMapping testMappingWithEmptyPath = new TestMapping(); in testparseTestMappingWithFilePatterns()
/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DHostUnitTestsConfigValidation.java36 import com.android.tradefed.util.testmapping.TestMapping;
197 TestMapping testMapping = new TestMapping(); in getErrors()
DTestMappingsValidation.java42 import com.android.tradefed.util.testmapping.TestMapping;
232 TestMapping.extractTestMappingsZip(deviceBuildInfo.getFile(TEST_MAPPINGS_ZIP)); in setUp()
242 TestMapping testMapping = new TestMapping(); in setUp()
383 Matcher matcher = TestMapping.MAINLINE_REGEX.matcher(moduleName); in testTestSuiteSetting()
728 Matcher matcher = TestMapping.getMainlineTestModuleName(testInfo); in validateMainlineTest()
/tools/tradefederation/core/test_observatory/com/android/tradefed/observatory/
DTestDiscoveryInvoker.java39 import com.android.tradefed.util.testmapping.TestMapping;
320 if (mBuildInfo.getFile(TestMapping.TEST_MAPPINGS_ZIP) != null) { in discoverTestMappingDependencies()
325 .getFile(TestMapping.TEST_MAPPINGS_ZIP) in discoverTestMappingDependencies()
329 TestMapping.TEST_MAPPINGS_ZIP, in discoverTestMappingDependencies()
331 .getFile(TestMapping.TEST_MAPPINGS_ZIP) in discoverTestMappingDependencies()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunner.java33 import com.android.tradefed.util.testmapping.TestMapping;
201 TestMapping testMapping = in loadTestInfos()
202 new TestMapping(mTestMappingPaths, mIgnoreTestMappingImports); in loadTestInfos()
284 configDescriptor.addMetadata(TestMapping.TEST_SOURCES, testSources); in loadTests()
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java62 public class TestMapping { class
91 public TestMapping() { in TestMapping() method in TestMapping
101 public TestMapping(List<String> testMappingRelativePaths, boolean ignoreTestMappingImports) { in TestMapping() method in TestMapping
199 new TestMapping(mTestMappingRelativePaths, true) in getTestCollection()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunnerTest.java53 import com.android.tradefed.util.testmapping.TestMapping;
360 .getMetaData(TestMapping.TEST_SOURCES) in testLoadTests_testMappingsZip()
427 .getMetaData(TestMapping.TEST_SOURCES) in testLoadTests_testMappingsZipFoundTestsWithKeywords()