package tests
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
SPARQLQueryEvaluationTest(uri: String, name: String, description: String, queryFile: String, dataFile: String, resultsFile: Option[String]) extends Product with Serializable
A single test case for SPARQL query evaluation.
A single test case for SPARQL query evaluation.
- uri
the URI of the test case resource
- name
the name of the test case
- description
an (optional) description of the test case
- queryFile
the path to the file containing the query to evaluate
- dataFile
the path to the file containing the data on which the query will be evaluated
- resultsFile
the path to the file containg the result of the query evaluation, i.e. the target solution
- class SPARQLQueryEvaluationTestSuite extends FunSuite
-
abstract
class
SPARQLQueryEvaluationTestSuiteRunner extends FunSuite
SPARQL test suite runner.
SPARQL test suite runner.
Inheriting classes have to implement the method org.apache.jena.rdf.model.Model) method.
-
abstract
class
W3CConformanceSPARQLQueryEvaluationTestSuiteRunner extends FunSuite
SPARQL test suite runner.
SPARQL test suite runner.
Inheriting classes have to implement the method org.apache.jena.rdf.model.Model) method.
- class W3cConformanceSPARQLQueryEvaluationTestSuite extends FunSuite
Value Members
- object ConformanceTestSuite extends Tag
- object SPARQLQueryEvaluationTestSuite extends Serializable
- object SPARQL_VERSION extends Enumeration
- object UnsupportedFeature extends Tag
- object W3cConformanceSPARQLQueryEvaluationTestSuite extends Serializable