public class SPARQL11ManifestTest extends Object
Constructor and Description |
---|
SPARQL11ManifestTest() |
Modifier and Type | Method and Description |
---|---|
static junit.framework.TestSuite |
suite(SPARQLQueryTest.Factory factory,
String manifestFile,
boolean approvedTestsOnly,
String... excludedSubdirs)
Creates a new
TestSuite for execution of SPARQLQueryTest s. |
static junit.framework.TestSuite |
suite(SPARQLUpdateConformanceTest.Factory factory,
String manifestFile,
boolean approvedTestsOnly,
String... excludedSubdirs)
Creates a new
TestSuite for execution of SPARQLUpdateConformanceTest s. |
public static junit.framework.TestSuite suite(SPARQLQueryTest.Factory factory, String manifestFile, boolean approvedTestsOnly, String... excludedSubdirs) throws Exception
TestSuite
for execution of SPARQLQueryTest
s.factory
- a factory class that creates each individual test case.manifestFile
- url of the manifest file (may be remote or local).approvedTestsOnly
- if true
, 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.Exception
public static junit.framework.TestSuite suite(SPARQLUpdateConformanceTest.Factory factory, String manifestFile, boolean approvedTestsOnly, String... excludedSubdirs) throws Exception
TestSuite
for execution of SPARQLUpdateConformanceTest
s.factory
- a factory class that creates each individual test case.manifestFile
- url of the manifest file (may be remote or local).approvedTestsOnly
- if true
, 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.Exception
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.