|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--com.resilientedge.util.test.BaseTestCase | +--com.resilientedge.util.workerPool.ZWaitQStatsTest
Unit Test for the WaitQStats Class
Constructor Summary | |
ZWaitQStatsTest(java.lang.String name)
|
Method Summary | |
void |
testConstruction()
Test Construction of a WaitQStats |
void |
testGetId()
Test construction with Id |
void |
testNotifyCount()
Test notifyCounts |
void |
testTimeoutCount()
Test timeout count |
void |
testWaitCounts()
Test increment the wait counts |
void |
testWaitTimes()
Test increment the wait times |
Methods inherited from class com.resilientedge.util.test.BaseTestCase |
log, lookupConfig, lookupConfig |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, name, run, run, runBare, runTest, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ZWaitQStatsTest(java.lang.String name)
name
- Method Detail |
public void testConstruction() throws java.lang.Exception
java.lang.Exception
- public void testGetId() throws java.lang.Exception
java.lang.Exception
- public void testWaitCounts() throws java.lang.Exception
java.lang.Exception
- public void testWaitTimes() throws java.lang.Exception
java.lang.Exception
- public void testNotifyCount() throws java.lang.Exception
java.lang.Exception
- public void testTimeoutCount() throws java.lang.Exception
java.lang.Exception
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |