Package org.fcrepo.kernel.impl.services
Class VersionServiceImplTest
- java.lang.Object
-
- org.fcrepo.kernel.impl.services.VersionServiceImplTest
-
public class VersionServiceImplTest extends Object
- Author:
- mdurbin
-
-
Constructor Summary
Constructors Constructor Description VersionServiceImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreatePersistOperation()voidcreatePersistOperationAgPart()voidcreatePersistOperationBinaryDesc()voidsetup()
-
-
-
Constructor Detail
-
VersionServiceImplTest
public VersionServiceImplTest()
-
-
Method Detail
-
setup
public void setup()
-
createPersistOperation
public void createPersistOperation() throws org.fcrepo.persistence.api.exceptions.PersistentStorageException
- Throws:
org.fcrepo.persistence.api.exceptions.PersistentStorageException
-
createPersistOperationBinaryDesc
public void createPersistOperationBinaryDesc() throws org.fcrepo.persistence.api.exceptions.PersistentStorageException
- Throws:
org.fcrepo.persistence.api.exceptions.PersistentStorageException
-
createPersistOperationAgPart
public void createPersistOperationAgPart() throws org.fcrepo.persistence.api.exceptions.PersistentStorageException
- Throws:
org.fcrepo.persistence.api.exceptions.PersistentStorageException
-
-