public abstract class SailInterruptTest
extends Object
Tests thread interrupts on a Sail implementation.
- Author:
- Arjohn Kampman
-
Constructor Summary
Constructors
-
Method Summary
static void
void
static void
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SailInterruptTest
public SailInterruptTest()
-
Method Details
-
-
-
-
-
-
testQueryInterrupt
@Test
public void testQueryInterrupt()
throws
Exception
- Throws:
Exception