Searched refs:expectedRegex (Results 1 – 1 of 1) sorted by relevance
54 String expectedRegex = in testParseFormatLine() local68 Assert.assertEquals(expectedRegex, parsedItem.getRegex().toString()); in testParseFormatLine()78 String expectedRegex = "foo"; in testNoParameters() local84 Assert.assertEquals(expectedRegex, parsedItem.getRegex().toString()); in testNoParameters()136 String expectedRegex = String.format("foo (?<foo>%s)", MATCH_STR_UNESCAPED); in testQuoteInParams() local140 Assert.assertEquals(expectedRegex, parsedItem.getRegex().toString()); in testQuoteInParams()