Class MemoryStoreRDFTest

java.lang.Object
org.apache.commons.rdf.api.AbstractRDFTest
org.apache.commons.rdfrdf4j.MemoryStoreRDFTest

public class MemoryStoreRDFTest extends org.apache.commons.rdf.api.AbstractRDFTest
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.commons.rdf.api.RDF
     
    void
     

    Methods inherited from class org.apache.commons.rdf.api.AbstractRDFTest

    hashCodeBlankNode, hashCodeIRI, hashCodeLiteral, hashCodeTriple, setUp, testCreateBlankNode, testCreateBlankNodeIdentifier, testCreateBlankNodeIdentifierEmpty, testCreateBlankNodeIdentifierTwice, testCreateBlankNodeIdentifierTwiceDifferentFactories, testCreateGraph, testCreateIRI, testCreateLiteral, testCreateLiteralDateTime, testCreateLiteralLang, testCreateLiteralLangCaseInsensitive, testCreateLiteralLangCaseInsensitiveInTurkish, testCreateLiteralLangCaseInsensitiveOther, testCreateLiteralLangISO693_3, testCreateLiteralString, testCreateTripleBnodeBnode, testCreateTripleBnodeIRI, testCreateTripleBnodeTriple, testInvalidIRI, testInvalidTriplePredicate, testPossiblyInvalidBlankNode

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MemoryStoreRDFTest

      public MemoryStoreRDFTest()
  • Method Details

    • createFactory

      public org.apache.commons.rdf.api.RDF createFactory()
    • testInvalidLiteralLang

      public void testInvalidLiteralLang() throws Exception
      Overrides:
      testInvalidLiteralLang in class org.apache.commons.rdf.api.AbstractRDFTest
      Throws:
      Exception