Ejemplo n.º 1
0
  @Test
  public void cancel() {
    wizardDialog.cancel();

    Shell shell = new DefaultShell();
    assertTrue(shell.getText().equals(new WorkbenchShell().getText()));
  }