Class SPARQL11UpdateComplianceTest

java.lang.Object
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLComplianceTest
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQL11UpdateComplianceTest

public abstract class SPARQL11UpdateComplianceTest extends SPARQLComplianceTest
A test suite that runs the W3C Approved SPARQL 1.1 update compliance tests.
Author:
Jeen Broekstra
See Also:
  • Field Details

    • expectedResultRepo

      protected Repository expectedResultRepo
  • Constructor Details

    • SPARQL11UpdateComplianceTest

      public SPARQL11UpdateComplianceTest()
  • Method Details

    • newRepository

      protected abstract Repository newRepository() throws Exception
      Throws:
      Exception
    • getTestData

      @TestFactory public Collection<org.junit.jupiter.api.DynamicTest> getTestData()