|
qflib 0.98.1 | ||||||||
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 | +--de.qfs.lib.log.LogQueue.UnitTest
Test cases for the LogQueue class.
Constructor Summary | |
LogQueue.UnitTest(java.lang.String name)
Create a new UnitTest. |
Method Summary | |
protected void |
setUp()
Set up the test fixture. |
static junit.framework.Test |
suite()
Get the suite of tests. |
void |
testCubby()
Test non-queueing. |
void |
testDrop()
Test drop on overflow. |
void |
testFlush()
Test automatic flushing. |
void |
testResize()
Test reisze of the queue. |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, name, run, run, runBare, runTest, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, 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 LogQueue.UnitTest(java.lang.String name)
name
- The name of the test.Method Detail |
protected void setUp()
setUp
in class junit.framework.TestCase
public static junit.framework.Test suite()
public void testFlush()
public void testCubby()
public void testDrop()
public void testResize()
|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |