|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.TestSuite
test.stress.timer.TimerSUITE
public class TimerSUITE
Timer stress tests.
Field Summary | |
---|---|
static int |
NOTIFICATIONS
The number of notifications |
static int |
OFFSET
The start offset |
static int |
PERIOD
The period |
static int |
TIMERS
The number of timers to test |
Constructor Summary | |
---|---|
TimerSUITE()
|
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 |
---|
public static int TIMERS
public static int OFFSET
public static int PERIOD
public static int NOTIFICATIONS
Constructor Detail |
---|
public TimerSUITE()
Method Detail |
---|
public static void main(String[] args)
args
- the arguments for the testpublic static junit.framework.Test suite()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |