test.compliance.monitor
Class MonitorSUITE

java.lang.Object
  extended byTestSuite
      extended bytest.compliance.monitor.MonitorSUITE

public class MonitorSUITE
extends TestSuite

Tests for the monitor service.

See Also:
Serialized Form

Field Summary
static long GRANULARITY_TIME
          The time between notifications
static long MAX_WAIT
          The maximum wait for a notification
 
Constructor Summary
MonitorSUITE()
           
 
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)

GRANULARITY_TIME

public static final long GRANULARITY_TIME
The time between notifications

See Also:
Constant Field Values (src)
Constructor Detail

MonitorSUITE

public MonitorSUITE()
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