Packages

package tests

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class SPARQLQueryEvaluationTest(uri: String, name: String, description: String, queryFile: String, dataFile: String, resultsFile: 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

  2. class SPARQLQueryEvaluationTestSuite extends FunSuite

  3. 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.

Value Members

  1. object SPARQLQueryEvaluationTestSuite extends Serializable
  2. object SPARQL_VERSION extends Enumeration

Ungrouped