public class ObjectPoolTest
extends TestCase
ObjectPool
.Modifier and Type | Class and Description |
---|---|
(package private) static class |
ObjectPoolTest.KeyValue |
Constructor and Description |
---|
ObjectPoolTest() |
ObjectPoolTest(String name) |
Modifier and Type | Method and Description |
---|---|
void |
testKeyValue() |
void |
testLarge()
Tests ObjectPools containing large numbers of integer and string keys,
and makes sure they return the same results as HashSet.
|
void |
testString() |
public ObjectPoolTest()
public ObjectPoolTest(String name)