org.jboss.test.jmx.compliance.monitor
Class MonitorSUITE

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byorg.jboss.test.jmx.compliance.monitor.MonitorSUITE
All Implemented Interfaces:
junit.framework.Test

public class MonitorSUITE
extends junit.framework.TestSuite

Tests for the monitor service.

Author:
Adrian Brock.

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(String[] args)
          Run the tests
static junit.framework.Test suite()
          Get a list of tests.
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_WAIT

public static final long MAX_WAIT
The maximum wait for a notification

See Also:
Constant Field Values

GRANULARITY_TIME

public static final long GRANULARITY_TIME
The time between notifications

See Also:
Constant Field Values
Constructor Detail

MonitorSUITE

public MonitorSUITE()
Method Detail

main

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

Parameters:
args - the arguments for the test

suite

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

Returns:
the tests


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.