Package org.eclipse.rdf4j.testsuite.sail
Class EvaluationStrategyTest
java.lang.Object
org.eclipse.rdf4j.testsuite.sail.EvaluationStrategyTest
Test cases for behavior of
StrictEvaluationStrategy
and ExtendedEvaluationStrategy
on base Sail
implementations.- Author:
- Jeen Broekstra
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BaseSailConfig
Gets a configuration object for the base Sail that should be tested.void
setUp()
static void
void
void
-
Field Details
-
tempDir
public org.junit.rules.TemporaryFolder tempDir
-
-
Constructor Details
-
EvaluationStrategyTest
public EvaluationStrategyTest()
-
-
Method Details
-
setUpClass
- Throws:
Exception
-
setUp
- Throws:
Exception
-
testDatetimeSubtypesStrict
public void testDatetimeSubtypesStrict() -
testDatetimeSubtypesExtended
public void testDatetimeSubtypesExtended() -
getBaseSailConfig
Gets a configuration object for the base Sail that should be tested.- Returns:
- a
BaseSailConfig
.
-