.. java:import:: java.io IOException .. java:import:: org.junit Test .. java:import:: com.ampl AMPLException .. java:import:: com.ampl LicenseException ErrorHandlingTest.CountWarnings =============================== .. java:package:: com.ampl :noindex: .. java:type:: class CountWarnings implements ErrorHandler :outertype: ErrorHandlingTest Fields ------ count ^^^^^ .. java:field:: int count :outertype: ErrorHandlingTest.CountWarnings Methods ------- error ^^^^^ .. java:method:: @Override public void error(AMPLException d) :outertype: ErrorHandlingTest.CountWarnings warning ^^^^^^^ .. java:method:: @Override public void warning(AMPLException d) :outertype: ErrorHandlingTest.CountWarnings