Class PlainOcflObjectSessionTest
- java.lang.Object
-
- org.fcrepo.migration.handlers.ocfl.PlainOcflObjectSessionTest
-
public class PlainOcflObjectSessionTest extends Object
- Author:
- pwinckles
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.TemporaryFoldertempDir
-
Constructor Summary
Constructors Constructor Description PlainOcflObjectSessionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanupOnAbort()voidsetup()voidworksOnWindows()voidwriteAg()voidwriteBinary()voidwriteRdf()
-
-
-
Field Detail
-
tempDir
public org.junit.rules.TemporaryFolder tempDir
-
-
Constructor Detail
-
PlainOcflObjectSessionTest
public PlainOcflObjectSessionTest()
-
-
Method Detail
-
setup
public void setup() throws IOException
- Throws:
IOException
-
writeBinary
public void writeBinary() throws IOException
- Throws:
IOException
-
writeRdf
public void writeRdf() throws IOException
- Throws:
IOException
-
writeAg
public void writeAg() throws IOException
- Throws:
IOException
-
worksOnWindows
public void worksOnWindows() throws IOException
- Throws:
IOException
-
cleanupOnAbort
public void cleanupOnAbort()
-
-