Searched refs:testArgs (Results 1 – 4 of 4) sorted by relevance
140 List<String> testArgs = new ArrayList<>(); in testInjectConfigOptions_testArgs() local141 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()
244 List<String> testArgs, in createModuleLoader() argument247 includeFiltersFormatted, excludeFiltersFormatted, testArgs, moduleArgs); in createModuleLoader()
76 List<String> testArgs, in SuiteModuleLoader() argument82 parseArgs(testArgs, mTestOptions); in SuiteModuleLoader()
183 def testArgs(self): member in HookOptionsTests