Home
last modified time | relevance | path

Searched refs:createModuleConfig (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DSuiteModuleLoaderTest.java156 private void createModuleConfig(String moduleName) throws IOException { in createModuleConfig() method in SuiteModuleLoaderTest
277 createModuleConfig("module1[test]"); in testInjectConfigOptions_moduleArgs()
353 createModuleConfig("module1"); in testInjectConfigOptions_testArgs()
393 createModuleConfig("module1"); in testInjectConfigOptions_moduleArgs_alias()
734 createModuleConfig("module1"); in testLoadConfigsFromSpecifiedPaths_OneModule()
753 createModuleConfig("module1"); in testLoadConfigsFromSpecifiedPaths_MultipleModules()
755 createModuleConfig("module2"); in testLoadConfigsFromSpecifiedPaths_MultipleModules()
778 createModuleConfig("module1"); in testLoadConfigsFromSpecifiedPaths_WithExcludeFilter()
780 createModuleConfig("module2"); in testLoadConfigsFromSpecifiedPaths_WithExcludeFilter()
1098 createModuleConfig("module1"); in testLoadConfigsWithNoIncludeFilters()
[all …]
DAtestRunnerTest.java169 String filePath = createModuleConfig(tmpDir, "TestModule"); in testLoadTests_WithModuleAndTFConfigSpecified()
190 String filePath = createModuleConfig(tmpDir, "TestModule"); in testLoadTests_WithModuleConfigSpecified()
295 private String createModuleConfig(File dir, String moduleName) throws IOException { in createModuleConfig() method in AtestRunnerTest