Ejemplo n.º 1
0
 @Test
 public void getTitle() {
   final String currentDialogTitle = wizardDialog.getTitle();
   assertTrue(
       "Expected current dialog title is '"
           + TestingWizard.TITLE
           + "'"
           + "\nbut current dialog title is '"
           + currentDialogTitle
           + "'",
       TestingWizard.TITLE.equals(currentDialogTitle));
 }