Searched defs:matcher (Results 1 – 4 of 4) sorted by relevance
100 Matcher matcher = pattern.matcher(lsusbOutput); in testUsbSerial() local
107 Matcher matcher = XML_INVALID_CHARS.matcher(text); in xmlSanitize() local
296 Matcher matcher = MESSAGE_PATTERN.matcher(msg); in addNewMessage() local
86 public <T> void checkThat(final T value, final Matcher<T> matcher) { in checkThat()97 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { in checkThat()