コード例 #1
0
 /** tests whether there are any remaining options */
 public void testRemainingOptions() {
   if (!m_OptionTester.checkRemainingOptions()) {
     fail("There were 'left-over' options.");
   }
 }
コード例 #2
0
 /** tests whether there are any remaining options */
 public void testRemainingOptions() {
   if (m_OptionTester.getOptionHandler() != null) {
     if (!m_OptionTester.checkRemainingOptions()) fail("There were 'left-over' options.");
   }
 }