Class SailInterruptTest


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

      • SailInterruptTest

        public SailInterruptTest()
    • Method Detail

      • setUpClass

        @BeforeAll
        public static void setUpClass()
      • afterClass

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

        @BeforeEach
        public void setUp()
      • tearDown

        @AfterEach
        public void tearDown()
      • testQueryInterrupt

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