test.compliance.timer
Class TimerSUITE

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

public class TimerSUITE
extends TestSuite

Tests for the timer service.

See Also:
Serialized Form

Field Summary
static long MAX_WAIT
          The maximum wait for a notification
static long REPEAT_TIME
          The time for a repeated notification
static long ZERO_TIME
          The immediate registration time, allow for processing
 
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

MAX_WAIT

public static final long MAX_WAIT
The maximum wait for a notification

See Also:
Constant Field Values (src)

REPEAT_TIME

public static final long REPEAT_TIME
The time for a repeated notification

See Also:
Constant Field Values (src)

ZERO_TIME

public static final long ZERO_TIME
The immediate registration time, allow for processing

See Also:
Constant Field Values (src)
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