Class LinearTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.repository.optimistic.LinearTest
-
public class LinearTest extends Object
Various tests on linear execution of updates.
-
-
Constructor Summary
Constructors Constructor Description LinearTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
afterClass()
void
setUp()
static void
setUpClass()
void
tearDown()
void
test_afterInsertDataPattern()
void
test_afterPattern()
void
test_changedPattern()
void
test_independentPattern()
void
test_safeFilterInsert()
void
test_safeFilterQuery()
void
test_safeInsert()
void
test_safeOptionalInsert()
void
test_safeOptionalQuery()
void
test_safePattern()
void
test_safeQuery()
void
test_safeRangeInsert()
void
test_safeRangeQuery()
-
-
-
Method Detail
-
test_independentPattern
@Test public void test_independentPattern() throws Exception
- Throws:
Exception
-
test_afterInsertDataPattern
@Test public void test_afterInsertDataPattern() throws Exception
- Throws:
Exception
-
test_safeOptionalQuery
@Test public void test_safeOptionalQuery() throws Exception
- Throws:
Exception
-
test_safeOptionalInsert
@Test public void test_safeOptionalInsert() throws Exception
- Throws:
Exception
-
-