Package org.fcrepo.migration.pidlist
Class UserProvidedPidListManagerIT
- java.lang.Object
-
- org.fcrepo.migration.pidlist.UserProvidedPidListManagerIT
-
public class UserProvidedPidListManagerIT extends Object
A basic suite of integration tests to test certain interaction patterns (and code) against the an OCFL version of Fedora. ..using the "UserProvidePidListManager"- Since:
- 2019-11-11
- Author:
- awoods
-
-
Constructor Summary
Constructors Constructor Description UserProvidedPidListManagerIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtearDown()voidtestMigrate()voidtestMigrateIncremental()
-
-
-
Constructor Detail
-
UserProvidedPidListManagerIT
public UserProvidedPidListManagerIT()
-
-
Method Detail
-
tearDown
public void tearDown()
-
testMigrate
public void testMigrate() throws Exception
- Throws:
Exception
-
testMigrateIncremental
public void testMigrateIncremental() throws Exception
- Throws:
Exception
-
-