Searched refs:mTestOrPreparerOptions (Results 1 – 1 of 1) sorted by relevance
72 private Map<String, List<OptionDef>> mTestOrPreparerOptions = new HashMap<>(); field in SuiteModuleLoader106 parseArgs(testArgs, mTestOrPreparerOptions); in SuiteModuleLoader()775 if (mTestOrPreparerOptions.containsKey(className)) { in setUpConfig()776 config.injectOptionValues(mTestOrPreparerOptions.get(className)); in setUpConfig()788 if (mTestOrPreparerOptions.containsKey(className)) { in setUpConfig()789 config.injectOptionValues(mTestOrPreparerOptions.get(className)); in setUpConfig()