package org.dataone.integration.it.functional; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; public class ResourceMapXParsing { @Before public void setUp() throws Exception { } @Test public final void testCreateResourceMap() { fail("Not yet implemented"); } @Test public final void testParseResourceMapString() { fail("Not yet implemented"); } @Test public final void testParseResourceMapInputStream() { fail("Not yet implemented"); } @Test public final void testSerializeResourceMap() { fail("Not yet implemented"); } }