.. java:import:: java.io IOException .. java:import:: org.junit Test .. java:import:: com.ampl AMPLException .. java:import:: com.ampl LicenseException .. java:import:: com.ampl Parameter .. java:import:: com.ampl Tuple ParameterTest ============= .. java:package:: com.ampl :noindex: .. java:type:: public class ParameterTest extends TestBase Methods ------- StrangeError ^^^^^^^^^^^^ .. java:method:: @Test public void StrangeError() :outertype: ParameterTest emptyAssignment ^^^^^^^^^^^^^^^ .. java:method:: @Test public void emptyAssignment() :outertype: ParameterTest invalidSubscripts ^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void invalidSubscripts() :outertype: ParameterTest missingException ^^^^^^^^^^^^^^^^ .. java:method:: @Test public void missingException() :outertype: ParameterTest newNames ^^^^^^^^ .. java:method:: @Test public void newNames() :outertype: ParameterTest nonInformativeException ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void nonInformativeException() :outertype: ParameterTest parameterTypeAssignmentTest ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void parameterTypeAssignmentTest() :outertype: ParameterTest parameterTypesDoubleOrStringIfSetInAMPL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void parameterTypesDoubleOrStringIfSetInAMPL() :outertype: ParameterTest parameterTypesDoubleOrStringIfSetInTheAPI ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void parameterTypesDoubleOrStringIfSetInTheAPI() :outertype: ParameterTest parameterTypesTakeTwo ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void parameterTypesTakeTwo() :outertype: ParameterTest regressionOnIndicesTypes ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void regressionOnIndicesTypes() :outertype: ParameterTest test2dLet ^^^^^^^^^ .. java:method:: @Test public void test2dLet() throws LicenseException, AMPLException :outertype: ParameterTest test2dLetForDocumentation ^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void test2dLetForDocumentation() throws LicenseException, AMPLException :outertype: ParameterTest testArity ^^^^^^^^^ .. java:method:: @Test public void testArity() :outertype: ParameterTest testArityThree ^^^^^^^^^^^^^^ .. java:method:: @Test public void testArityThree() :outertype: ParameterTest testArityTwo ^^^^^^^^^^^^ .. java:method:: @Test public void testArityTwo() :outertype: ParameterTest testDifferentIndicesTypes ^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testDifferentIndicesTypes() throws LicenseException, AMPLException :outertype: ParameterTest testEmptyMatrix ^^^^^^^^^^^^^^^ .. java:method:: @Test public void testEmptyMatrix() :outertype: ParameterTest testException ^^^^^^^^^^^^^ .. java:method:: @Test public void testException() :outertype: ParameterTest testGetIndicesFromObjects ^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGetIndicesFromObjects() throws LicenseException, AMPLException :outertype: ParameterTest testIndicesTypes ^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testIndicesTypes() :outertype: ParameterTest testLet ^^^^^^^ .. java:method:: @Test public void testLet() :outertype: ParameterTest testNonRectangularMatrix ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testNonRectangularMatrix() :outertype: ParameterTest testParameterDisplay ^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testParameterDisplay() throws LicenseException, IOException, AMPLException :outertype: ParameterTest testParameterValidity ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testParameterValidity() throws LicenseException, IOException, AMPLException :outertype: ParameterTest testScalarParameter ^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testScalarParameter() throws LicenseException, IOException, AMPLException :outertype: ParameterTest testSetWithMultipleIndex ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testSetWithMultipleIndex() :outertype: ParameterTest testSymbolicParameterValidity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testSymbolicParameterValidity() throws LicenseException, IOException, AMPLException :outertype: ParameterTest testWrongNumberOfArguments ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testWrongNumberOfArguments() :outertype: ParameterTest twoDimensional ^^^^^^^^^^^^^^ .. java:method:: @Test public void twoDimensional() :outertype: ParameterTest wrongDimension ^^^^^^^^^^^^^^ .. java:method:: @Test public void wrongDimension() :outertype: ParameterTest wrongIndexingWhileAssigningData ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void wrongIndexingWhileAssigningData() :outertype: ParameterTest wrongOperation ^^^^^^^^^^^^^^ .. java:method:: @Test public void wrongOperation() :outertype: ParameterTest