| test.stress.timer.TimerSUITE
TimerSUITE | public class TimerSUITE extends TestSuite (Code) | | Timer stress tests.
author: Adrian Brock. |
Method Summary | |
public static void | main(String[] args) | public static Test | suite() Get a list of tests. |
NOTIFICATIONS | public static int NOTIFICATIONS(Code) | | The number of notifications
|
OFFSET | public static int OFFSET(Code) | | The start offset
|
PERIOD | public static int PERIOD(Code) | | The period
|
TIMERS | public static int TIMERS(Code) | | The number of timers to test
|
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 |
|
|