net.sf.sasl.common.schedule
Class ScheduledExecutorServiceAdapterTest

java.lang.Object
  extended by net.sf.sasl.common.schedule.ScheduledExecutorServiceAdapterTest

public class ScheduledExecutorServiceAdapterTest
extends Object

Test cases for the ScheduledExecutorServiceAdapter.

Author:
Philipp Förmer

Constructor Summary
ScheduledExecutorServiceAdapterTest()
           
 
Method Summary
 void setUp()
           
 void testGetSetScheduledExecutorService()
          Test cases for getScheduledExecutorService() and setScheduledExecutorService(ScheduledExecutorService).
 void testSchedule()
          Test cases for schedule(Callable, long)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledExecutorServiceAdapterTest

public ScheduledExecutorServiceAdapterTest()
Method Detail

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.