Package org.fcrepo.migration
Class InlineXmlIT
- java.lang.Object
-
- org.fcrepo.migration.InlineXmlIT
-
public class InlineXmlIT extends Object
- Author:
- pwinckles
-
-
Constructor Summary
Constructors Constructor Description InlineXmlIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfailMigrationWhenInlineXmlDoesNotMatchDigest()voidtearDown()voidtestDcProperties()voidtestMigrateObjectWithInlineXml()
-
-
-
Constructor Detail
-
InlineXmlIT
public InlineXmlIT()
-
-
Method Detail
-
tearDown
public void tearDown()
-
testDcProperties
public void testDcProperties() throws Exception
- Throws:
Exception
-
testMigrateObjectWithInlineXml
public void testMigrateObjectWithInlineXml() throws Exception
- Throws:
Exception
-
failMigrationWhenInlineXmlDoesNotMatchDigest
public void failMigrationWhenInlineXmlDoesNotMatchDigest() throws Exception
- Throws:
Exception
-
-