|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sasl.common.schedule.QuartzSchedulerServiceAdapterIntegrationTest
public class QuartzSchedulerServiceAdapterIntegrationTest
Integration test case for the
QuartzSchedulerServiceAdapter
and its helper classes. There is no gurantee
that the test cases always succeed as of deep problems in testing concurrent
things for which no absolute real execution gurantee is given.
Constructor Summary | |
---|---|
QuartzSchedulerServiceAdapterIntegrationTest()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
tearDown()
|
void |
testGetNoCancel()
Test case for a callable that gets scheduled and executed without cancellation. |
void |
testGetTimedWaitWithException()
Test case for callable that gets scheduled and throws an exception during computation. |
void |
testGetTimeWaitNoCancel()
Test case for a callable that gets scheduled and executed without cancellation. |
void |
testGetTimeWaitTimedOut()
Test case for a callable that gets scheduled in the far away in the future. |
void |
testGetTimeWaitWithCancel()
Test case for a callable that gets scheduled and than cancelled. |
void |
testGetWithCancel()
Test case for a callable that gets scheduled and cancelled. |
void |
testGetWithException()
Test case for callable that gets scheduled and throws an exception during computation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuartzSchedulerServiceAdapterIntegrationTest()
Method Detail |
---|
public void setUp() throws Exception
Exception
public void tearDown() throws Exception
Exception
public void testGetNoCancel() throws Exception
Exception
public void testGetTimeWaitNoCancel() throws Exception
Exception
public void testGetTimeWaitTimedOut() throws Exception
Exception
public void testGetWithCancel() throws Exception
Exception
public void testGetTimeWaitWithCancel() throws Exception
Exception
public void testGetWithException() throws Exception
Exception
public void testGetTimedWaitWithException() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |