Exemplo n.º 1
0
  @Test
  public void shouldCloseDialog() throws Exception {
    presenter.closeDialog();

    verify(view).close();
  }