Ejemplo n.º 1
0
  @Test
  public void back() {
    wizardDialog.next();
    assertTrue("Back button should be enabled", wizardDialog.isBackEnabled());
    wizardDialog.back();

    CLabel label = new DefaultCLabel();
    assertThat(label.getText(), is("A"));
  }