/**
  * tests the whether the user-supplied options stay the same after setting. getting, and
  * re-setting again.
  */
 public void testCanonicalUserOptions() {
   if (!m_OptionTester.checkCanonicalUserOptions()) {
     fail("setOptions method failed");
   }
 }
Esempio n. 2
0
 /**
  * tests the whether the user-supplied options stay the same after setting. getting, and
  * re-setting again.
  *
  * @see #getOptionTester()
  */
 public void testCanonicalUserOptions() {
   if (m_OptionTester.getOptionHandler() != null) {
     if (!m_OptionTester.checkCanonicalUserOptions()) fail("setOptions method failed");
   }
 }