Package org.fcrepo.migration.foxml
Class AkubraFSIDResolverTest
- java.lang.Object
-
- org.fcrepo.migration.foxml.AkubraFSIDResolverTest
-
public class AkubraFSIDResolverTest extends Object
- Author:
- mikedurbin
-
-
Constructor Summary
Constructors Constructor Description AkubraFSIDResolverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()voidsetup()voidtestBadFileIDMapping()voidtestIDMapping()
-
-
-
Constructor Detail
-
AkubraFSIDResolverTest
public AkubraFSIDResolverTest()
-
-
Method Detail
-
setup
public void setup() throws IOException
- Throws:
IOException
-
testIDMapping
public void testIDMapping() throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
testBadFileIDMapping
public void testBadFileIDMapping() throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
cleanup
public void cleanup() throws IOException
- Throws:
IOException
-
-