Searched refs:forSet (Results 1 – 8 of 8) sorted by relevance
62 when(mock.forSet(anySetOf(String.class))).thenReturn("matched"); in shouldAllowAnySet()64 assertEquals("matched", mock.forSet(new HashSet<String>())); in shouldAllowAnySet()65 assertEquals(null, mock.forSet(null)); in shouldAllowAnySet()67 verify(mock, times(1)).forSet(anySetOf(String.class)); in shouldAllowAnySet()
47 when(mock.forSet(anySetOf(String.class))).thenReturn("4"); in shouldNotAcceptNullInAnyXMatchers()54 assertEquals(null, mock.forSet(null)); in shouldNotAcceptNullInAnyXMatchers()
121 return forSet(getSetForLocale(locale)); in forLocale()125 public static StandardPluralRanges forSet(String set) { in forSet() method in StandardPluralRanges
123 return forSet(getSetForLocale(locale)); in forLocale()127 public static StandardPluralRanges forSet(String set) { in forSet() method in StandardPluralRanges
195 String forSet(Set<String> anySet); in forSet() method
366 public String forSet(Set<String> anySet) { in forSet() method in MethodsImpl
216 StandardPluralRanges ranges = StandardPluralRanges.forSet(rangesId); in getOrCreateRulesForLocale()
214 StandardPluralRanges ranges = StandardPluralRanges.forSet(rangesId); in getOrCreateRulesForLocale()