コード例 #1
0
 /** Tests the JFontChooserDialog. */
 public void testOKButton() {
   logger_.info("Running testOKButton...");
   okButton_.clickMouse();
   assertTrue(!dialog_.getSource().isVisible());
 }