Searched refs:positiveTestString (Results 1 – 1 of 1) sorted by relevance
221 String positiveTestString = "ababababbaaabb"; in testGroupint() local227 Matcher mat = test.matcher(positiveTestString); in testGroupint()252 Matcher mat = test.matcher(positiveTestString); in testGroupint()264 String positiveTestString = "ababababbaaabb"; in testGroup() local268 Matcher mat = test.matcher(positiveTestString); in testGroup()271 assertEquals(positiveTestString, mat.group()); in testGroup()