Package org.eclipse.rdf4j.testsuite.sail
Class InferencingTest
java.lang.Object
org.eclipse.rdf4j.testsuite.sail.InferencingTest
-
Field Summary
-
Constructor Summary
-
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
-
TEST_DIR_PREFIX
- See Also:
-
-
Constructor Details
-
InferencingTest
public InferencingTest()
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass() -
afterClass
@AfterAll public static void afterClass() -
runTest
- Throws:
Exception
-
testSubClassOf001
- Throws:
Exception
-
testSubClassOf002
- Throws:
Exception
-
testSubClassOf003
- Throws:
Exception
-
testSubClassOfError001
- Throws:
Exception
-
testSubPropertyOf001
- Throws:
Exception
-
testSubPropertyOf002
- Throws:
Exception
-
testSubPropertyOf003
- Throws:
Exception
-
testSubPropertyOf004
- Throws:
Exception
-
testSubPropertyOfError001
- Throws:
Exception
-
testDomain001
- Throws:
Exception
-
testDomainError001
- Throws:
Exception
-
testRange001
- Throws:
Exception
-
testRangeError001
- Throws:
Exception
-
testType001
- Throws:
Exception
-
testType002
- Throws:
Exception
-
testType003
- Throws:
Exception
-
testType004
- Throws:
Exception
-
testType005
- Throws:
Exception
-
testType006
- Throws:
Exception
-
testTypeError001
- Throws:
Exception
-
testTypeError002
- Throws:
Exception
-
createSail
Gets an instance of the Sail that should be tested.- Returns:
- a SailRepo.
-