Class RDFStarSupportTest

java.lang.Object
org.eclipse.rdf4j.testsuite.repository.RDFStarSupportTest

@Timeout(value=10L, unit=MINUTES) public abstract class RDFStarSupportTest extends Object
Test cases for RDF-star support in the Repository.
Author:
Jeen Broekstra
  • Constructor Details

    • RDFStarSupportTest

      public RDFStarSupportTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      @AfterEach public void tearDown() throws Exception
      Throws:
      Exception
    • testAddRDFStarSubject

      @Test public void testAddRDFStarSubject() throws Exception
      Throws:
      Exception
    • testAddRDFStarObject

      @Test public void testAddRDFStarObject() throws Exception
      Throws:
      Exception
    • testAddRDFStarContext

      @Test public void testAddRDFStarContext() throws Exception
      Throws:
      Exception
    • testSparqlStar

      @Test public void testSparqlStar()
    • testSparqlStarUpdate

      @Test public void testSparqlStarUpdate()
    • testRdfStarAddAndRetrieveSparql

      @Test public void testRdfStarAddAndRetrieveSparql() throws InterruptedException
      Throws:
      InterruptedException
    • testRdfStarAddAndRetrieveSparqlSeparateTransaction

      @Test public void testRdfStarAddAndRetrieveSparqlSeparateTransaction() throws InterruptedException
      Throws:
      InterruptedException
    • testRdfStarAddAndRetrieve

      @Test public void testRdfStarAddAndRetrieve() throws InterruptedException
      Throws:
      InterruptedException
    • testMemoryStore_RDFstar

      @Test public void testMemoryStore_RDFstar()
    • createRepository

      protected abstract Repository createRepository()