Searched refs:shouldMatch (Results 1 – 1 of 1) sorted by relevance
61 String shouldMatch = "foo=123, bar=enabled"; in testParseFormatLine() local69 Matcher m = parsedItem.getRegex().matcher(shouldMatch); in testParseFormatLine()80 String shouldMatch = "foo"; in testNoParameters() local85 Matcher m = parsedItem.getRegex().matcher(shouldMatch); in testNoParameters()137 String shouldMatch = "foo online"; in testQuoteInParams() local141 Matcher m = parsedItem.getRegex().matcher(shouldMatch); in testQuoteInParams()165 String shouldMatch = "foo_bar=123"; in testCaseConvertParameterName() local169 Matcher m = parsedItem.getRegex().matcher(shouldMatch); in testCaseConvertParameterName()178 String shouldMatch = "foo=-123, bar=456"; in testMatchInt() local181 Matcher m = parsedItem.getRegex().matcher(shouldMatch); in testMatchInt()[all …]