Пример #1
0
 private boolean checkResult(ExtendedSeleniumCommand command, String expected, String actual) {
   return command.matches(expected, actual);
 }