Searched refs:getExtraOptions (Results 1 – 4 of 4) sorted by relevance
79 assertEquals(1, command.getExtraOptions().size()); in testFromJson_extraOptions()80 assertEquals(List.of("hello", "world"), command.getExtraOptions().get("key")); in testFromJson_extraOptions()
213 mCommand.getExtraOptions().put("key", "hello"); in testBuild_extraOptions()214 mCommand.getExtraOptions().put("key", "world"); in testBuild_extraOptions()
183 public UniqueMultiMap<String, String> getExtraOptions() { in getExtraOptions() method in ClusterCommand
292 UniqueMultiMap<String, String> extraOptions = mCommand.getExtraOptions(); in build()