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 DictionaryFactoryTest { @Before public void setUp() { st.gravel.support.compiler.testtools.TestBootstrap.getSingleton(); } @Test public void test_new() throws Throwable { MethodTools.debugTest("st.gravel.ansitests.DictionaryFactoryTest", "test_new"); } @Test public void test_new_() throws Throwable { MethodTools.debugTest("st.gravel.ansitests.DictionaryFactoryTest", "test_new_"); } @Test public void test_withAll_() throws Throwable { MethodTools.debugTest("st.gravel.ansitests.DictionaryFactoryTest", "test_withAll_"); } }