net.sf.sasl.common.schedule
Class ScheduledExecutorServiceAdapterTest
java.lang.Object
net.sf.sasl.common.schedule.ScheduledExecutorServiceAdapterTest
public class ScheduledExecutorServiceAdapterTest
- extends Object
Test cases for the
ScheduledExecutorServiceAdapter
.
- Author:
- Philipp Förmer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduledExecutorServiceAdapterTest
public ScheduledExecutorServiceAdapterTest()
setUp
public void setUp()
testGetSetScheduledExecutorService
public void testGetSetScheduledExecutorService()
throws Exception
- Test cases for
getScheduledExecutorService()
and
setScheduledExecutorService(ScheduledExecutorService)
.
- Throws:
Exception
testSchedule
public void testSchedule()
throws Exception
- Test cases for
schedule(Callable, long)
- Throws:
Exception
Copyright © 2010. All Rights Reserved.