Class SailInterruptTest

java.lang.Object
org.eclipse.rdf4j.testsuite.sail.SailInterruptTest

public abstract class SailInterruptTest extends Object
Tests thread interrupts on a Sail implementation.
Author:
Arjohn Kampman
  • Constructor Details

    • SailInterruptTest

      public SailInterruptTest()
  • Method Details

    • setUpClass

      @BeforeAll public static void setUpClass()
    • afterClass

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

      @BeforeEach public void setUp()
    • createSail

      protected abstract Sail createSail() throws SailException
      Throws:
      SailException
    • tearDown

      @AfterEach public void tearDown()
    • testQueryInterrupt

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