Home
last modified time | relevance | path

Searched refs:expectedRegex (Results 1 – 1 of 1) sorted by relevance

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DTraceFormatParserTest.java54 String expectedRegex = in testParseFormatLine() local
68 Assert.assertEquals(expectedRegex, parsedItem.getRegex().toString()); in testParseFormatLine()
78 String expectedRegex = "foo"; in testNoParameters() local
84 Assert.assertEquals(expectedRegex, parsedItem.getRegex().toString()); in testNoParameters()
136 String expectedRegex = String.format("foo (?<foo>%s)", MATCH_STR_UNESCAPED); in testQuoteInParams() local
140 Assert.assertEquals(expectedRegex, parsedItem.getRegex().toString()); in testQuoteInParams()