Class SPARQL11ManifestTest
java.lang.Object
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQL11ManifestTest
Deprecated.
Functionality for creating a JUnit test suite out of a W3C Working Group-style manifest for SPARQL query and update
tests.
- Author:
- Jeen Broekstra
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic junit.framework.TestSuite
suite
(SPARQLQueryTest.Factory factory, String manifestFile, boolean approvedTestsOnly, String... excludedSubdirs) Deprecated.Creates a newTestSuite
for execution ofSPARQLQueryTest
s.static junit.framework.TestSuite
suite
(SPARQLUpdateConformanceTest.Factory factory, String manifestFile, boolean approvedTestsOnly, String... excludedSubdirs) Deprecated.Creates a newTestSuite
for execution ofSPARQLUpdateConformanceTest
s.
-
Constructor Details
-
SPARQL11ManifestTest
public SPARQL11ManifestTest()Deprecated.
-
-
Method Details
-
suite
public static junit.framework.TestSuite suite(SPARQLQueryTest.Factory factory, String manifestFile, boolean approvedTestsOnly, String... excludedSubdirs) throws Exception Deprecated.Creates a newTestSuite
for execution ofSPARQLQueryTest
s.- Parameters:
factory
- a factory class that creates each individual test case.manifestFile
- url of the manifest file (may be remote or local).approvedTestsOnly
- iftrue
, use working group-approved tests only.excludedSubdirs
- an (optionally empty) list of subdirectories to exclude from testing. If specified, test cases in one of the supplied subdirs will not be executed. If left empty, all tests will be executed.- Returns:
- a TestSuite.
- Throws:
Exception
-
suite
public static junit.framework.TestSuite suite(SPARQLUpdateConformanceTest.Factory factory, String manifestFile, boolean approvedTestsOnly, String... excludedSubdirs) throws Exception Deprecated.Creates a newTestSuite
for execution ofSPARQLUpdateConformanceTest
s.- Parameters:
factory
- a factory class that creates each individual test case.manifestFile
- url of the manifest file (may be remote or local).approvedTestsOnly
- iftrue
, use working group-approved tests only.excludedSubdirs
- an (optionally empty) list of subdirectories to exclude from testing. If specified, test cases in one of the supplied subdirs will not be executed. If left empty, all tests will be executed.- Returns:
- a TestSuite.
- Throws:
Exception
-