package conformance
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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()
-
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()
-
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()
-
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.