Packages

package conformance

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ConformanceTestBase[Rdf <: RDF] extends FlatSpec with BeforeAndAfterAll with LazyLogging

    The class is to test the conformance of each materialization rule of RDFS(simple) entailment.

    The class is to test the conformance of each materialization rule of RDFS(simple) entailment.

    Annotations
    @RunWith()
  2. abstract class OWLHorstConformanceTestBase[Rdf <: RDF] extends ConformanceTestBase[Rdf]

    The class is to test the conformance of each materialization rule of OWL Horst entailment.

    The class is to test the conformance of each materialization rule of OWL Horst entailment.

    Annotations
    @RunWith()
  3. abstract class RDFSConformanceTestBase[Rdf <: RDF] extends ConformanceTestBase[Rdf]

    The base class to test the conformance of each materialization rule of RDFS(simple) entailment.

    The base class to test the conformance of each materialization rule of RDFS(simple) entailment.

    Annotations
    @RunWith()
  4. case class TestCase(id: String, description: String, testCaseType: String, inputGraph: Model, outputGraph: Model) extends Product with Serializable

    A test case to test the conformance of a particular forward chaining reasoner rule.

Value Members

  1. object TestCases

    Test cases loader.

Ungrouped