Package org.eclipse.rdf4j.testsuite.sail
Class SailInterruptTest
java.lang.Object
org.eclipse.rdf4j.testsuite.sail.SailInterruptTest
Tests thread interrupts on a Sail implementation.
- Author:
- Arjohn Kampman
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprotected voidcleanupSailDataDir(Sail sail) protected abstract Sailprotected booleanvoidsetUp()static voidvoidtearDown()void
-
Constructor Details
-
SailInterruptTest
public SailInterruptTest()
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass() -
afterClass
- Throws:
Exception
-
setUp
@BeforeEach public void setUp() -
createSail
- Throws:
SailException
-
tearDown
@AfterEach public void tearDown() -
deleteDataDirAfterShutdown
protected boolean deleteDataDirAfterShutdown() -
cleanupSailDataDir
-
testQueryInterrupt
- Throws:
Exception
-