.. java:import:: org.junit After .. java:import:: org.junit Before .. java:import:: org.junit Rule .. java:import:: org.junit.rules TestName .. java:import:: com.ampl AMPL TestBase ======== .. java:package:: com.ampl :noindex: .. java:type:: public class TestBase Fields ------ ampl ^^^^ .. java:field:: public AMPL ampl :outertype: TestBase name ^^^^ .. java:field:: @Rule public TestName name :outertype: TestBase Methods ------- runAfterEveryTest ^^^^^^^^^^^^^^^^^ .. java:method:: @After public void runAfterEveryTest() :outertype: TestBase runBeforeEveryTest ^^^^^^^^^^^^^^^^^^ .. java:method:: @Before public void runBeforeEveryTest() :outertype: TestBase setPrintAsyncDebugInformation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: protected void setPrintAsyncDebugInformation(boolean value) :outertype: TestBase