edu.memphis.ccrg.lida.framework.tasks
Class TaskManagerTest

java.lang.Object
  extended by edu.memphis.ccrg.lida.framework.tasks.TaskManagerTest

public class TaskManagerTest
extends java.lang.Object


Constructor Summary
TaskManagerTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAddTicksToExecute()
           
 void testCancelTask()
           
 void testGetCurrentTick()
           
 void testGetEndOfNextInterval()
           
 void testGetMaxTick()
           
 void testGetTaskQueue()
           
 void testGuiEvents()
           
 void testIsInIntervalMode()
           
 void testIsTasksPaused()
           
 void testPauseTasks()
           
 void testResumeTasks()
           
 void testScheduleTask()
           
 void testSetDecayingModules()
           
 void testSetTickDuration()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskManagerTest

public TaskManagerTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testGetCurrentTick

public void testGetCurrentTick()

testGetMaxTick

public void testGetMaxTick()

testGetEndOfNextInterval

public void testGetEndOfNextInterval()

testSetTickDuration

public void testSetTickDuration()

testIsInIntervalMode

public void testIsInIntervalMode()

testGetTaskQueue

public void testGetTaskQueue()

testIsTasksPaused

public void testIsTasksPaused()

testPauseTasks

public void testPauseTasks()

testResumeTasks

public void testResumeTasks()

testCancelTask

public void testCancelTask()

testAddTicksToExecute

public void testAddTicksToExecute()

testScheduleTask

public void testScheduleTask()

testGuiEvents

public void testGuiEvents()

testSetDecayingModules

public void testSetDecayingModules()

testToString

public void testToString()