/* Copyright (C) 2004 - 2010 Versant Inc. http://www.db4o.com */ package sharpen.ui.tests; import org.junit.Test; public class ImportsTestCase extends AbstractConversionTestCase { @Test public void testStaticImports() throws Throwable { runBatchConverterTestCase(getConfiguration(), "imports/StaticImports", "imports/StaticallyImported"); } }