Class SPARQL11ManifestTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQL11ManifestTest
-
@Deprecated public class SPARQL11ManifestTest extends Object
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
Constructors Constructor Description SPARQL11ManifestTest()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static 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.
-
-
-
Method Detail
-
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
-
-