public static void assertDoesntHaveRegexp(String regexp, String butgot)(Code)(Java Doc) public static void assertHasRegexp(String regexp, String butgot)(Code)(Java Doc) public static void assertMatches(String regexp, String string)(Code)(Java Doc) public static void assertNotMatches(String regexp, String string)(Code)(Java Doc) public static void assertNotSubString(String substring, String butgot)(Code)(Java Doc) public static void assertSubString(String substring, String butgot)(Code)(Java Doc) public static String divWithIdAndContent(String id, String expectedDivContent)(Code)(Java Doc)
|