Package org.fcrepo.kernel.impl.services
Class ReplaceBinariesServiceImplTest
- java.lang.Object
-
- org.fcrepo.kernel.impl.services.ReplaceBinariesServiceImplTest
-
public class ReplaceBinariesServiceImplTest extends Object
- Author:
- bbpennel
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.TemporaryFoldertempFolder
-
Constructor Summary
Constructors Constructor Description ReplaceBinariesServiceImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyExternalBinary()voidreplaceBinary_PersistFailure()voidreplaceExternalBinary()voidreplaceExternalBinary_WithExternalContentType()voidreplaceInternalBinary()voidreplaceInternalBinaryInAg()voidsetup()
-
-
-
Field Detail
-
tempFolder
public org.junit.rules.TemporaryFolder tempFolder
-
-
Constructor Detail
-
ReplaceBinariesServiceImplTest
public ReplaceBinariesServiceImplTest()
-
-
Method Detail
-
setup
public void setup()
-
replaceInternalBinary
public void replaceInternalBinary() throws Exception
- Throws:
Exception
-
replaceInternalBinaryInAg
public void replaceInternalBinaryInAg() throws Exception
- Throws:
Exception
-
replaceExternalBinary
public void replaceExternalBinary() throws Exception
- Throws:
Exception
-
replaceExternalBinary_WithExternalContentType
public void replaceExternalBinary_WithExternalContentType() throws Exception
- Throws:
Exception
-
replaceBinary_PersistFailure
public void replaceBinary_PersistFailure() throws Exception
- Throws:
Exception
-
copyExternalBinary
public void copyExternalBinary() throws Exception
- Throws:
Exception
-
-