Searched refs:ALT_OPTION_NAME (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | ConfigurationTest.java | 63 private static final String ALT_OPTION_NAME = "map"; field in ConfigurationTest 78 @Option(name = ALT_OPTION_NAME, description = OPTION_DESCRIPTION) 329 mConfig.injectOptionValue(ALT_OPTION_NAME, key, Boolean.toString(true)); in testInjectMapOptionValue() 347 mConfig.injectOptionValue(ALT_OPTION_NAME, "wrong_value"); in testInjectParsedMapOptionValueNoKey() 364 mConfig.injectOptionValue(ALT_OPTION_NAME, "a=b=c"); in testInjectParsedMapOptionValueAmbiguousKey() 380 mConfig.injectOptionValue(ALT_OPTION_NAME, key + "=" + Boolean.toString(true)); in testInjectParsedMapOptionValue() 395 options.add(new OptionDef(ALT_OPTION_NAME, key, Boolean.toString(true), null)); in testInjectOptionValues() 443 mConfig.injectOptionValue(ALT_OPTION_NAME, "foo", Boolean.toString(true)); in testGetJsonCommandUsage() 444 mConfig.injectOptionValue(ALT_OPTION_NAME, "bar", Boolean.toString(false)); in testGetJsonCommandUsage() 500 } else if (ALT_OPTION_NAME.equals(field.getString("name"))) { in testGetJsonCommandUsage()
|