Searched refs:resultAsserter (Results 1 – 1 of 1) sorted by relevance
166 Predicate<List<String>> resultAsserter) { in runCommand() argument175 if (resultAsserter != null && !resultAsserter.test(result)) { in runCommand()186 Predicate<List<String>> resultAsserter) { in runShortcutCommand() argument187 return runCommand(instrumentation, "cmd shortcut " + command, resultAsserter); in runShortcutCommand()