Searched defs:oneOf (Results 1 – 5 of 5) sorted by relevance
122 public static <T> Matcher<T> oneOf(T... elements) { in oneOf() method in IsIn
45 func (r *randGen) oneOf(n int) bool { func
1207 public static <T> org.hamcrest.Matcher<T> oneOf(T... elements) { in oneOf() method in Matchers
4532 def oneOf( strs, caseless=False, useRegex=True ): function