Searched refs:shouldMatch (Results 1 – 3 of 3) sorted by relevance
276 boolean shouldMatch) throws Exception { in runCommand() argument287 if (pat.matcher(output.trim()).find() != shouldMatch) { in runCommand()289 + (shouldMatch ? "didn't match" : "unexpectedly matched") in runCommand()
109 boolean shouldMatch) throws Exception { in runCommand() argument120 if (pat.matcher(output.trim()).find() != shouldMatch) { in runCommand()122 + (shouldMatch ? "didn't match" : "unexpectedly matched") in runCommand()
165 private void checkUserAgentStringHelper(final String useragent, boolean shouldMatch) { in checkUserAgentStringHelper() argument198 if (shouldMatch) { in checkUserAgentStringHelper()