Package org.fcrepo.integration
Class SanityCheckIT
- java.lang.Object
-
- org.fcrepo.integration.SanityCheckIT
-
public class SanityCheckIT extends Object
SanityCheckIT class.
- Author:
- fasseg
-
-
Constructor Summary
Constructors Constructor Description SanityCheckIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoASanityCheck()voidsetLogger()voidtestCannotCreateResourceConstraintLink()voidtestConstraintLink()voidtestUnicodeCharsAllowed()
-
-
-
Constructor Detail
-
SanityCheckIT
public SanityCheckIT()
-
-
Method Detail
-
setLogger
public void setLogger()
-
doASanityCheck
public void doASanityCheck() throws IOException
- Throws:
IOException
-
testConstraintLink
public void testConstraintLink() throws Exception
- Throws:
Exception
-
testCannotCreateResourceConstraintLink
public void testCannotCreateResourceConstraintLink() throws Exception
- Throws:
Exception
-
testUnicodeCharsAllowed
public void testUnicodeCharsAllowed() throws Exception
- Throws:
Exception
-
-