Searched refs:assertContains (Results 1 – 2 of 2) sorted by relevance
33 public static void assertContains(String pattern, String input) throws Exception { in assertContains() method in RegexUtils
184 RegexUtils.assertContains(pattern, input); in assertMatches()