| test.compliance.timer.TimerSUITE
TimerSUITE | public class TimerSUITE extends TestSuite (Code) | | Tests for the timer service.
author: Adrian Brock. |
Method Summary | |
public static void | main(String[] args) | public static Test | suite() Get a list of tests. |
MAX_WAIT | final public static long MAX_WAIT(Code) | | The maximum wait for a notification
|
REPEAT_TIME | final public static long REPEAT_TIME(Code) | | The time for a repeated notification
|
ZERO_TIME | final public static long ZERO_TIME(Code) | | The immediate registration time, allow for processing
|
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 |
|
|