com.buglabs.osgi.http.test
Class DynamicByteBufferTests

java.lang.Object
  extended by TestCase
      extended by com.buglabs.osgi.http.test.DynamicByteBufferTests

public class DynamicByteBufferTests
extends TestCase

This exersizes the DynamicByteBuffer abstract data type.


Constructor Summary
DynamicByteBufferTests()
           
 
Method Summary
 void testLargeRandomBytes()
           
 void testRandomBytes()
           
 void testSmallAllocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicByteBufferTests

public DynamicByteBufferTests()
Method Detail

testSmallAllocation

public void testSmallAllocation()

testRandomBytes

public void testRandomBytes()
                     throws java.io.IOException
Throws:
java.io.IOException

testLargeRandomBytes

public void testLargeRandomBytes()
                          throws java.io.IOException
Throws:
java.io.IOException