|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.TestSuite
org.jboss.test.jmx.compliance.timer.TimerSUITE
Tests for the timer service.
Field Summary | |
static long |
MAX_WAIT
The maximum wait for a notification |
static long |
REPEAT_TIME
The time for a repeated notification |
static long |
ZERO_TIME
The immediate registration time, allow for processing |
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 final long MAX_WAIT
public static final long REPEAT_TIME
public static final long ZERO_TIME
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 |