planet.test.timer
Class SimulationTimerTest

java.lang.Object
  extended byplanet.test.timer.SimulationTimerTest

public class SimulationTimerTest
extends java.lang.Object

Test if the SimulationTimer runs correctly.

Author:
Jordi Pujol Date: 05/05/2004

Nested Class Summary
 class SimulationTimerTest.TestTimerTask
          Simple TimerTask that only prints the actual step and its name for each invocation of run() method.
 
Constructor Summary
SimulationTimerTest()
          Builds Timers and differents TimerTask with only one execution and periodic TimerTask.
 
Method Summary
static void main(java.lang.String[] args)
          Make: new SimulationTimerTest();
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationTimerTest

public SimulationTimerTest()
Builds Timers and differents TimerTask with only one execution and periodic TimerTask.

Method Detail

main

public static void main(java.lang.String[] args)
Make:
    new SimulationTimerTest();
 

Parameters:
args - Nothing waiting.


TABLE>