java.lang.Object
org.eclipse.rdf4j.testsuite.repository.optimistic.LinearTest

public class LinearTest extends Object
Various tests on linear execution of updates.
  • Constructor Details

    • LinearTest

      public LinearTest()
  • Method Details

    • setUpClass

      @BeforeAll public static void setUpClass() throws Exception
      Throws:
      Exception
    • afterClass

      @AfterAll public static void afterClass() throws Exception
      Throws:
      Exception
    • setUp

      @BeforeEach public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      @AfterEach public void tearDown() throws Exception
      Throws:
      Exception
    • test_independentPattern

      @Test public void test_independentPattern() throws Exception
      Throws:
      Exception
    • test_safePattern

      @Test public void test_safePattern() throws Exception
      Throws:
      Exception
    • test_afterPattern

      @Test public void test_afterPattern() throws Exception
      Throws:
      Exception
    • test_afterInsertDataPattern

      @Test public void test_afterInsertDataPattern() throws Exception
      Throws:
      Exception
    • test_changedPattern

      @Test public void test_changedPattern() throws Exception
      Throws:
      Exception
    • test_safeQuery

      @Test public void test_safeQuery() throws Exception
      Throws:
      Exception
    • test_safeInsert

      @Test public void test_safeInsert() 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_safeFilterQuery

      @Test public void test_safeFilterQuery() throws Exception
      Throws:
      Exception
    • test_safeFilterInsert

      @Test public void test_safeFilterInsert() throws Exception
      Throws:
      Exception
    • test_safeRangeQuery

      @Test public void test_safeRangeQuery() throws Exception
      Throws:
      Exception
    • test_safeRangeInsert

      @Test public void test_safeRangeInsert() throws Exception
      Throws:
      Exception