Class SerializableTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.repository.optimistic.SerializableTest
-
public class SerializableTest extends Object
Tests on behavior of SERIALIZABLE transactions.- Author:
- jeen
-
-
Constructor Summary
Constructors Constructor Description SerializableTest()
-
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_conflictInsert()
void
test_conflictOptionalFilterInsert()
void
test_conflictOptionalFilterQuery()
void
test_conflictOptionalInsert()
void
test_conflictOptionalQuery()
void
test_conflictPattern()
void
test_conflictQuery()
void
test_conflictRangeInsert()
void
test_conflictRangeQuery()
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()
void
testPrepare_conflictPattern()
void
testPrepare_safePattern()
-
-
-
Method Detail
-
test_independentPattern
@Test public void test_independentPattern() throws Exception
- Throws:
Exception
-
testPrepare_safePattern
@Test public void testPrepare_safePattern() throws Exception
- Throws:
Exception
-
test_afterInsertDataPattern
@Test public void test_afterInsertDataPattern() throws Exception
- Throws:
Exception
-
testPrepare_conflictPattern
@Test public void testPrepare_conflictPattern() 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
-
test_conflictOptionalQuery
@Test public void test_conflictOptionalQuery() throws Exception
- Throws:
Exception
-
test_conflictOptionalInsert
@Test public void test_conflictOptionalInsert() throws Exception
- Throws:
Exception
-
test_conflictOptionalFilterQuery
@Test public void test_conflictOptionalFilterQuery() throws Exception
- Throws:
Exception
-
test_conflictOptionalFilterInsert
@Test public void test_conflictOptionalFilterInsert() throws Exception
- Throws:
Exception
-
test_conflictRangeQuery
@Test public void test_conflictRangeQuery() throws Exception
- Throws:
Exception
-
-