Exemplo n.º 1
0
  @Test
  public void testDoExecute() throws Exception {
    // test execution

    command.doExecute();

    verify(commandExecutor)
        .executeAsync(any(String.class), any(RequestBuilder.class), isA(CommandCallback.class));
  }