Package org.fcrepo.migration
Class LegacyFoxmlStorageMigratorTest
- java.lang.Object
-
- org.fcrepo.migration.Example1TestSuite
-
- org.fcrepo.migration.LegacyFoxmlStorageMigratorTest
-
public class LegacyFoxmlStorageMigratorTest extends Example1TestSuite
- Author:
- mdurbin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.fcrepo.migration.Example1TestSuite
Example1TestSuite.DummyHandler, Example1TestSuite.DummyIDResolver, Example1TestSuite.DummyURLFetcher, Example1TestSuite.SimpleObjectSource
-
-
Constructor Summary
Constructors Constructor Description LegacyFoxmlStorageMigratorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Example1TestSuite.DummyURLFetchergetFetcher()protected Example1TestSuite.DummyHandlergetResult()voidprocessFoxml()-
Methods inherited from class org.fcrepo.migration.Example1TestSuite
testAuditDatastreamParsing, testDatastreamParsing, testDCDatastreamParsing, testDS1VersionedDatastreamParsing, testDS2BinaryParsing, testDS3RedirectParsing, testDS4ExternalParsing, testObjectInfoParsing, testPropertiesParsing
-
-
-
-
Constructor Detail
-
LegacyFoxmlStorageMigratorTest
public LegacyFoxmlStorageMigratorTest()
-
-
Method Detail
-
processFoxml
public void processFoxml() throws XMLStreamException, IOException
- Throws:
XMLStreamExceptionIOException
-
getResult
protected Example1TestSuite.DummyHandler getResult()
- Specified by:
getResultin classExample1TestSuite
-
getFetcher
protected Example1TestSuite.DummyURLFetcher getFetcher()
- Specified by:
getFetcherin classExample1TestSuite
-
-