.. java:import:: java.io IOException .. java:import:: org.junit Test .. java:import:: com.ampl AMPLException .. java:import:: com.ampl LicenseException ErrorHandlingTest ================= .. java:package:: com.ampl :noindex: .. java:type:: public class ErrorHandlingTest extends TestBase Methods ------- amplQuitInTheMeantimeTest ^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void amplQuitInTheMeantimeTest() throws LicenseException, IOException, AMPLException :outertype: ErrorHandlingTest amplQuitTest ^^^^^^^^^^^^ .. java:method:: @Test public void amplQuitTest() throws LicenseException, IOException, AMPLException :outertype: ErrorHandlingTest errorPrint ^^^^^^^^^^ .. java:method:: @Test public void errorPrint() :outertype: ErrorHandlingTest errorVsWarningTest ^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void errorVsWarningTest() :outertype: ErrorHandlingTest errorVsWarningTestTake2 ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void errorVsWarningTestTake2() :outertype: ErrorHandlingTest notEnoughIndices ^^^^^^^^^^^^^^^^ .. java:method:: @Test public void notEnoughIndices() :outertype: ErrorHandlingTest notInformativeException ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void notInformativeException() :outertype: ErrorHandlingTest testDuplicateReports ^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testDuplicateReports() :outertype: ErrorHandlingTest testWarningVsError ^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testWarningVsError() :outertype: ErrorHandlingTest tooManyIndices ^^^^^^^^^^^^^^ .. java:method:: @Test public void tooManyIndices() :outertype: ErrorHandlingTest