public abstract class InferencingTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TEST_DIR_PREFIX |
| Constructor and Description |
|---|
InferencingTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.eclipse.rdf4j.sail.Sail |
createSail()
Gets an instance of the Sail that should be tested.
|
void |
runTest(org.eclipse.rdf4j.sail.Sail sailStack,
String subdir,
String testName,
boolean isPositiveTest) |
void |
testDomain001() |
void |
testDomainError001() |
void |
testRange001() |
void |
testRangeError001() |
void |
testSubClassOf001() |
void |
testSubClassOf002() |
void |
testSubClassOf003() |
void |
testSubClassOfError001() |
void |
testSubPropertyOf001() |
void |
testSubPropertyOf002() |
void |
testSubPropertyOf003() |
void |
testSubPropertyOfError001() |
void |
testType001() |
void |
testType002() |
void |
testType003() |
void |
testType004() |
void |
testType005() |
void |
testTypeError001() |
void |
testTypeError002() |
public static final String TEST_DIR_PREFIX
public void runTest(org.eclipse.rdf4j.sail.Sail sailStack,
String subdir,
String testName,
boolean isPositiveTest)
throws Exception
Exceptionpublic void testSubPropertyOfError001()
throws Exception
Exceptionprotected abstract org.eclipse.rdf4j.sail.Sail createSail()
Copyright © 2015-2016 Eclipse Foundation. All Rights Reserved.