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 Link icon

    • SailInterruptTest Link icon

      public SailInterruptTest()
  • Method Details Link icon

    • setUpClass Link icon

      @BeforeAll public static void setUpClass()
    • afterClass Link icon

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

      @BeforeEach public void setUp()
    • createSail Link icon

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

      @AfterEach public void tearDown()
    • testQueryInterrupt Link icon

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