package st.gravel.systemtests; import org.junit.Before; import org.junit.Test; import st.gravel.support.jvm.runtime.ImageBootstrapper; import st.gravel.support.jvm.runtime.MethodTools; public class NotificationTest { @Before public void setUp() { st.gravel.support.compiler.testtools.TestBootstrap.getSingleton(); } @Test public void test_defaultAction() throws Throwable { MethodTools.debugTest("st.gravel.ansitests.NotificationTest", "test_defaultAction"); } @Test public void test_isResumable() throws Throwable { MethodTools.debugTest("st.gravel.ansitests.NotificationTest", "test_isResumable"); } }