Searched refs:OPTION_KEY (Results 1 – 3 of 3) sorted by relevance
43 private static final String OPTION_KEY = "key"; field in ConfigurationDefTest76 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_optionMap()82 assertEquals(OPTION_VALUE, test.mMapOption.get(OPTION_KEY)); in testCreateConfiguration_optionMap()
36 private static final String OPTION_KEY = "subprocess-report-port"; field in SubprocessConfigBuilder95 serializer.attribute(null, ConfigurationUtil.NAME_NAME, OPTION_KEY); in build()
34 private static final String OPTION_KEY = "key"; field in LocalRunInstructionBuilderTest52 new OptionDef(OPTION_NAME, OPTION_KEY, OPTION_VALUE, OPTION_SOURCE)); in testGetInstruction()