test.stress.timer
Class TimerSUITE

java.lang.Object
  extended byTestSuite
      extended bytest.stress.timer.TimerSUITE

public class TimerSUITE
extends TestSuite

Timer stress tests.

See Also:
Serialized Form

Field Summary
static int NOTIFICATIONS
          The number of notifications
static int OFFSET
          The start offset
static int PERIOD
          The period
static int TIMERS
          The number of timers to test
 
Constructor Summary
TimerSUITE()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run the tests
static Test suite()
          Get a list of tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMERS

public static int TIMERS
The number of timers to test


OFFSET

public static int OFFSET
The start offset


PERIOD

public static int PERIOD
The period


NOTIFICATIONS

public static int NOTIFICATIONS
The number of notifications

Constructor Detail

TimerSUITE

public TimerSUITE()
Method Detail

main

public static void main(java.lang.String[] args)
Run the tests

Parameters:
args - the arguments for the test

suite

public static Test suite()
Get a list of tests.

Returns:
the tests