| test.compliance.monitor.MonitorSUITE
MonitorSUITE | public class MonitorSUITE extends TestSuite (Code) | | Tests for the monitor service.
author: Adrian Brock. |
Method Summary | |
public static void | main(String[] args) | public static Test | suite() Get a list of tests. |
GRANULARITY_TIME | final public static long GRANULARITY_TIME(Code) | | The time between notifications
|
MAX_WAIT | final public static long MAX_WAIT(Code) | | The maximum wait for a notification
|
main | public static void main(String[] args)(Code) | | Run the tests
Parameters: args - the arguments for the test |
suite | public static Test suite()(Code) | | Get a list of tests.
the tests |
|
|