Package org.fcrepo.kernel.api.rdf
Class RdfNamespaceRegistryTest
- java.lang.Object
-
- org.fcrepo.kernel.api.rdf.RdfNamespaceRegistryTest
-
public class RdfNamespaceRegistryTest extends Object
- Author:
- bbpennel
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.TemporaryFoldertmpDir
-
Constructor Summary
Constructors Constructor Description RdfNamespaceRegistryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidtestGetNamespaces()voidtestGetNamespacesFromFile()voidtestGetNamespacesNoFile()voidtestLoadBadFile()voidtestLoadFileDoesNotExist()
-
-
-
Field Detail
-
tmpDir
public org.junit.rules.TemporaryFolder tmpDir
-
-
Constructor Detail
-
RdfNamespaceRegistryTest
public RdfNamespaceRegistryTest()
-
-
Method Detail
-
testGetNamespaces
public void testGetNamespaces()
-
testGetNamespacesNoFile
public void testGetNamespacesNoFile() throws Exception
- Throws:
Exception
-
testLoadFileDoesNotExist
public void testLoadFileDoesNotExist() throws Exception
- Throws:
Exception
-
testGetNamespacesFromFile
public void testGetNamespacesFromFile() throws Exception
- Throws:
Exception
-
testLoadBadFile
public void testLoadBadFile() throws Exception
- Throws:
Exception
-
-