|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--junit.framework.Assert
|
+--junit.framework.TestCase
|
+--org.szegedi.nbpipe.TestGlobalByteBufferPool
The JUnit test suite for testing GlobalByteBufferPool functionality.
| Constructor Summary | |
TestGlobalByteBufferPool(java.lang.String name)
|
|
| Method Summary | |
void |
testBlocking()
|
void |
testClear()
|
void |
testFallbackToFile()
|
void |
testFallbackToHeap()
|
void |
testFallbackToMemory()
|
void |
testLifoFile()
|
void |
testLifoMemory()
|
void |
testSliceFile()
|
void |
testSliceMemory()
|
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, 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, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TestGlobalByteBufferPool(java.lang.String name)
| Method Detail |
public void testLifoMemory()
throws java.io.IOException
java.io.IOException
public void testLifoFile()
throws java.io.IOException
java.io.IOException
public void testFallbackToFile()
throws java.io.IOException
java.io.IOException
public void testFallbackToMemory()
throws java.io.IOException
java.io.IOException
public void testFallbackToHeap()
throws java.io.IOException
java.io.IOException
public void testClear()
throws java.io.IOException
java.io.IOException
public void testSliceMemory()
throws java.io.IOException
java.io.IOException
public void testSliceFile()
throws java.io.IOException
java.io.IOExceptionpublic void testBlocking()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||