/* The contents of this file are subject to the license and copyright terms * detailed in the license directory at the root of the source tree (also * available online at http://fedora-commons.org/license/). */ package fedora.client.utility.ingest; import fedora.test.FedoraTestCase; public class TestIngest extends FedoraTestCase { @Override public void setUp() throws Exception { } @Override public void tearDown() throws Exception { } public void testMultiFromDirectory() throws Exception { } // Supports legacy test runners public static junit.framework.Test suite() { return new junit.framework.JUnit4TestAdapter(TestIngest.class); } }