.. java:import:: org.junit Test OptionsTest =========== .. java:package:: com.ampl :noindex: .. java:type:: public class OptionsTest extends TestBase Methods ------- getAMPLNonExistentOption ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void getAMPLNonExistentOption() :outertype: OptionsTest getNonDefinedButValidOption ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void getNonDefinedButValidOption() :outertype: OptionsTest getNotExistentBoolOption ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void getNotExistentBoolOption() :outertype: OptionsTest getNotExistentDblOption ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void getNotExistentDblOption() :outertype: OptionsTest getNotExistentIntOption ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void getNotExistentIntOption() :outertype: OptionsTest getNotExistentStringOption ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void getNotExistentStringOption() :outertype: OptionsTest getNotValidOption ^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void getNotValidOption() :outertype: OptionsTest getVersion ^^^^^^^^^^ .. java:method:: @Test public void getVersion() :outertype: OptionsTest getWrongCastBoolOption ^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void getWrongCastBoolOption() :outertype: OptionsTest getWrongCastDblOption ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void getWrongCastDblOption() :outertype: OptionsTest getWrongCastIntOption ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void getWrongCastIntOption() :outertype: OptionsTest setAMPLNonValidOption ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void setAMPLNonValidOption() :outertype: OptionsTest setBoolOption ^^^^^^^^^^^^^ .. java:method:: @Test public void setBoolOption() :outertype: OptionsTest setDblOption ^^^^^^^^^^^^ .. java:method:: @Test public void setDblOption() :outertype: OptionsTest setIntOption ^^^^^^^^^^^^ .. java:method:: @Test public void setIntOption() :outertype: OptionsTest setNotValidIntOption ^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void setNotValidIntOption() :outertype: OptionsTest setOtherNonValidOption ^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void setOtherNonValidOption() :outertype: OptionsTest setSomewhatNotValidOption ^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void setSomewhatNotValidOption() :outertype: OptionsTest setSomewhatNotValidOption2 ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void setSomewhatNotValidOption2() :outertype: OptionsTest setStringOption ^^^^^^^^^^^^^^^ .. java:method:: @Test public void setStringOption() :outertype: OptionsTest testRegression ^^^^^^^^^^^^^^ .. java:method:: @Test public void testRegression() :outertype: OptionsTest testSmallNumbers ^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testSmallNumbers() :outertype: OptionsTest