Package mondrian.util
Class ObjectPoolTest
- java.lang.Object
-
- TestCase
-
- mondrian.util.ObjectPoolTest
-
public class ObjectPoolTest extends TestCaseTest case forObjectPool.- Author:
- Richard Emberson
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classObjectPoolTest.KeyValue
-
Constructor Summary
Constructors Constructor Description ObjectPoolTest()ObjectPoolTest(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestKeyValue()voidtestLarge()Tests ObjectPools containing large numbers of integer and string keys, and makes sure they return the same results as HashSet.voidtestString()
-
-
-
Constructor Detail
-
ObjectPoolTest
public ObjectPoolTest()
-
ObjectPoolTest
public ObjectPoolTest(String name)
-
-