Home
last modified time | relevance | path

Searched refs:testArgs (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoaderTest.java140 List<String> testArgs = new ArrayList<>(); in testInjectConfigOptions_testArgs() local
141 testArgs.add( in testInjectConfigOptions_testArgs()
144 testArgs.add( in testInjectConfigOptions_testArgs()
147 testArgs.add( in testInjectConfigOptions_testArgs()
150 testArgs.add( in testInjectConfigOptions_testArgs()
153 testArgs.add( in testInjectConfigOptions_testArgs()
163 testArgs, in testInjectConfigOptions_testArgs()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DBaseTestSuite.java244 List<String> testArgs, in createModuleLoader() argument
247 includeFiltersFormatted, excludeFiltersFormatted, testArgs, moduleArgs); in createModuleLoader()
DSuiteModuleLoader.java76 List<String> testArgs, in SuiteModuleLoader() argument
82 parseArgs(testArgs, mTestOptions); in SuiteModuleLoader()
/tools/repohooks/rh/
Dhooks_unittest.py183 def testArgs(self): member in HookOptionsTests