Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest.Factory
-
Packages that use SPARQLQueryTest.Factory Package Description org.eclipse.rdf4j.query.parser.sparql.manifest -
-
Uses of SPARQLQueryTest.Factory in org.eclipse.rdf4j.query.parser.sparql.manifest
Methods in org.eclipse.rdf4j.query.parser.sparql.manifest with parameters of type SPARQLQueryTest.Factory Modifier and Type Method Description static junit.framework.TestSuite
SPARQL10ManifestTest. suite(SPARQLQueryTest.Factory factory)
Deprecated.static junit.framework.TestSuite
SPARQL11ManifestTest. suite(SPARQLQueryTest.Factory factory, String manifestFile, boolean approvedTestsOnly, String... excludedSubdirs)
Deprecated.Creates a newTestSuite
for execution ofSPARQLQueryTest
s.static junit.framework.TestSuite
SPARQLQueryTest. suite(String manifestFileURL, SPARQLQueryTest.Factory factory)
Deprecated.static junit.framework.TestSuite
SPARQLQueryTest. suite(String manifestFileURL, SPARQLQueryTest.Factory factory, boolean approvedOnly)
Deprecated.
-