Package mondrian.util
Class ObjectPoolTest
- java.lang.Object
-
- TestCase
-
- mondrian.util.ObjectPoolTest
-
public class ObjectPoolTest extends TestCase
Test case forObjectPool
.- Author:
- Richard Emberson
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
ObjectPoolTest.KeyValue
-
Constructor Summary
Constructors Constructor Description ObjectPoolTest()
ObjectPoolTest(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
ObjectPoolTest
public ObjectPoolTest()
-
ObjectPoolTest
public ObjectPoolTest(String name)
-
-