Searched +defs:is +defs:regex (Results 1 – 2 of 2) sorted by relevance
188 public static <T> org.hamcrest.Matcher<T> is(org.hamcrest.Matcher<T> matcher) { in is() method in Matchers199 public static <T> org.hamcrest.Matcher<T> is(T value) { in is() method in Matchers216 public static void is(java.lang.Class<?> type) { in is() method in Matchers1425 public static org.hamcrest.Matcher<java.lang.String> matchesPattern(java.lang.String regex) { in matchesPattern()
159 public String toString(String regex) { in toString()329 InputSource is = new InputSource(fis); in loadFromInputStream() local