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 Sail |
createSail()
Gets an instance of the Sail that should be tested.
|
void |
runTest(String subdir,
String testName,
boolean isPositiveTest) |
static void |
setUpClass() |
void |
testDomain001() |
void |
testDomainError001() |
void |
testRange001() |
void |
testRangeError001() |
void |
testSubClassOf001() |
void |
testSubClassOf002() |
void |
testSubClassOf003() |
void |
testSubClassOfError001() |
void |
testSubPropertyOf001() |
void |
testSubPropertyOf002() |
void |
testSubPropertyOf003() |
void |
testSubPropertyOf004() |
void |
testSubPropertyOfError001() |
void |
testType001() |
void |
testType002() |
void |
testType003() |
void |
testType004() |
void |
testType005() |
void |
testType006() |
void |
testTypeError001() |
void |
testTypeError002() |
public static final String TEST_DIR_PREFIX
public void runTest(String subdir, String testName, boolean isPositiveTest) throws Exception
Exception
public void testSubPropertyOfError001() throws Exception
Exception
protected abstract Sail createSail()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.