| Class | Description |
|---|---|
| BlockingBufferTest<E> |
Extension of
AbstractObjectTest for exercising the
BlockingBuffer implementation. |
| BlockingBufferTest.DelayedAdd<E> | |
| BlockingBufferTest.DelayedAddAll<E> | |
| BlockingBufferTest.MyBuffer<E> | |
| BlockingBufferTest.ReadThread<E> | |
| BoundedBufferTest<E> | |
| BoundedFifoBuffer2Test<E> |
Runs tests against a full BoundedFifoBuffer, since many of the algorithms
differ depending on whether the fifo is full or not.
|
| BoundedFifoBufferTest<E> |
Test cases for BoundedFifoBuffer.
|
| CircularFifoBufferTest<E> |
Test cases for CircularFifoBuffer.
|
| PredicatedBufferTest<E> |
Extension of
PredicatedCollectionTest for exercising the
PredicatedBuffer implementation. |
| PriorityBufferTest<E> |
Tests the PriorityBuffer.
|
| SynchronizedBufferTest<E> |
Extension of
AbstractCollectionTest for exercising the
SynchronizedBuffer implementation. |
| TransformedBufferTest |
Extension of
TestCase for exercising the TransformedBuffer
implementation. |
| UnboundedFifoBufferTest<E> |
Test cases for UnboundedFifoBuffer.
|
| UnmodifiableBufferTest<E> |
Extension of
AbstractCollectionTest for exercising the
UnmodifiableBuffer implementation. |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.