Contents
- Description
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- Constructor Details
- Method Details
- setUpClass()
- afterClass()
- runTest(String, String, boolean)
- testSubClassOf001()
- testSubClassOf002()
- testSubClassOf003()
- testSubClassOfError001()
- testSubPropertyOf001()
- testSubPropertyOf002()
- testSubPropertyOf003()
- testSubPropertyOf004()
- testSubPropertyOfError001()
- testDomain001()
- testDomainError001()
- testRange001()
- testRangeError001()
- testType001()
- testType002()
- testType003()
- testType004()
- testType005()
- testType006()
- testTypeError001()
- testTypeError002()
- createSail()
Class InferencingTest
java.lang.Object
org.eclipse.rdf4j.testsuite.sail.InferencingTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
protected abstract Sail
Gets an instance of the Sail that should be tested.void
static void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
-
Field Details
-
Constructor Details
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass() -
afterClass
@AfterAll public static void afterClass() -
runTest
-
testSubClassOf001
-
testSubClassOf002
-
testSubClassOf003
-
testSubClassOfError001
-
testSubPropertyOf001
-
testSubPropertyOf002
-
testSubPropertyOf003
-
testSubPropertyOf004
-
testSubPropertyOfError001
-
testDomain001
-
testDomainError001
-
testRange001
-
testRangeError001
-
testType001
-
testType002
-
testType003
-
testType004
-
testType005
-
testType006
-
testTypeError001
-
testTypeError002
-
createSail
Gets an instance of the Sail that should be tested.- Returns:
- a SailRepo.
-