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()
111 boolean shouldMatch) throws Exception { in runCommand() argument122 if (pat.matcher(output.trim()).find() != shouldMatch) { in runCommand()124 + (shouldMatch ? "didn't match" : "unexpectedly matched") in runCommand()
193 private void checkUserAgentStringHelper(final String useragent, boolean shouldMatch) { in checkUserAgentStringHelper() argument226 if (shouldMatch) { in checkUserAgentStringHelper()