Package org.fcrepo.integration.rdf
Class RdfNamespaceMappingIT
- java.lang.Object
-
- org.fcrepo.integration.http.api.AbstractResourceIT
-
- org.fcrepo.integration.rdf.RdfNamespaceMappingIT
-
public class RdfNamespaceMappingIT extends org.fcrepo.integration.http.api.AbstractResourceIT
- Author:
- bbpennel
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.jena.rdf.model.PropertyRDF_TYPE
-
Constructor Summary
Constructors Constructor Description RdfNamespaceMappingIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestRegisteredNamespace()voidtestUnprefixedSerialization()voidtestUnregisteredNamespace()voidtestUnusedNamespaceNotReturned()voidtestUnusedNamespaceNotReturnedRdfXML()-
Methods inherited from class org.fcrepo.integration.http.api.AbstractResourceIT
addTxTo, assertConstrainedByPresent, assertDeleted, assertNoLinkHeader, assertNotDeleted, assertNotFound, checkForLinkHeader, confirmResponseBodyNTriplesAreEqual, createClient, createClient, createDatastream, createDatastream, createObject, createObject, createObjectAndClose, createObjectAndClose, createTransaction, decodeDigestHeader, deleteObjMethod, execute, executeAndClose, executeWithBasicAuth, getBean, getBean, getContentLocation, getContentType, getContentType, getDataset, getDataset, getDSDescMethod, getDSMethod, getDSMethod, getEtag, getEtag, getEtag, getExternalContentLinkHeader, getHeader, getLinkHeaders, getLinkHeaders, getLocation, getLocation, getModel, getModel, getModel, getModel, getObjMethod, getOriginalResourceUri, getRandomUniqueId, getStatus, getStatus, getTTLThatUpdatesServerManagedTriples, headerValues, headObjMethod, patchObjMethod, postObjMethod, postObjMethod, preferLink, putDSMethod, putDSMethod, putObjMethod, putObjMethod, restartContainer, setDescriptionProperty, setLogger, setProperty, setProperty, streamModel
-
-
-
-
Field Detail
-
RDF_TYPE
public static final org.apache.jena.rdf.model.Property RDF_TYPE
-
-
Constructor Detail
-
RdfNamespaceMappingIT
public RdfNamespaceMappingIT()
-
-
Method Detail
-
testUnregisteredNamespace
public void testUnregisteredNamespace() throws Exception
- Throws:
Exception
-
testRegisteredNamespace
public void testRegisteredNamespace() throws Exception
- Throws:
Exception
-
testUnusedNamespaceNotReturned
public void testUnusedNamespaceNotReturned() throws Exception
- Throws:
Exception
-
testUnusedNamespaceNotReturnedRdfXML
public void testUnusedNamespaceNotReturnedRdfXML() throws Exception
- Throws:
Exception
-
testUnprefixedSerialization
public void testUnprefixedSerialization() throws Exception
- Throws:
Exception
-
-