public class SPARQL11ManifestTest extends Object
| Constructor and Description | 
|---|
| SPARQL11ManifestTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| static junit.framework.TestSuite | suite(SPARQLQueryTest.Factory factory,
     boolean officialWorkingGroupTests,
     boolean approvedTestsOnly,
     boolean useRemoteTests,
     String... excludedSubdirs)Creates a new  TestSuitefor executiong ofSPARQLQueryTests. | 
| static junit.framework.TestSuite | suite(SPARQLUpdateConformanceTest.Factory factory,
     boolean officialWorkingGroupTests,
     boolean approvedTestsOnly,
     boolean useRemote,
     String... excludedSubdirs) | 
public static junit.framework.TestSuite suite(SPARQLQueryTest.Factory factory, boolean officialWorkingGroupTests, boolean approvedTestsOnly, boolean useRemoteTests, String... excludedSubdirs) throws Exception
TestSuite for executiong of SPARQLQueryTest s.factory - a factory class that creates each individual test case.officialWorkingGroupTests - indicates whether to use the official W3C working group tests, or Sesame's own
                                  set of tests.approvedTestsOnly - if true, use working group-approved tests only. Has no influence
                                  when officialWorkingGroup tests is set to false.useRemoteTests - if set to true, use manifests and tests located at
                                  http://www.w3.org/2009/sparql/docs/tests/data-sparql11/ , instead
                                  of local copies.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.Exceptionpublic static junit.framework.TestSuite suite(SPARQLUpdateConformanceTest.Factory factory, boolean officialWorkingGroupTests, boolean approvedTestsOnly, boolean useRemote, String... excludedSubdirs) throws Exception
ExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.