Searched refs:maybeEmptyMap (Results 1 – 2 of 2) sorted by relevance
176 public void maybeEmptyMap() { in maybeEmptyMap() method in MultibindingTest177 assertThat(multibindingComponent.maybeEmptyMap()).containsEntry("key", "foo value"); in maybeEmptyMap()
66 Map<String, CharSequence> maybeEmptyMap(); in maybeEmptyMap() method