Class RepositorySPARQLComplianceTestSuite

java.lang.Object
org.eclipse.rdf4j.testsuite.sparql.RepositorySPARQLComplianceTestSuite

@Experimental public abstract class RepositorySPARQLComplianceTestSuite extends Object
A suite of custom compliance tests on SPARQL query functionality for RDF4J Repositories.

To use this test suite, extend the abstract suite class, making sure that the correct RepositoryFactory gets set on construction,

Author:
Jeen Broekstra
  • Field Details

  • Constructor Details

    • RepositorySPARQLComplianceTestSuite

      public RepositorySPARQLComplianceTestSuite(RepositoryFactory factory)
  • Method Details

    • setUpClass

      @BeforeAll public static void setUpClass()
    • tearDownClass

      @AfterAll public static void tearDownClass()
    • getEmptyInitializedRepository

      public Repository getEmptyInitializedRepository()