Package mondrian.util

Class ObjectPoolTest


  • public class ObjectPoolTest
    extends TestCase
    Test case for ObjectPool.
    Author:
    Richard Emberson
    • Constructor Detail

      • ObjectPoolTest

        public ObjectPoolTest()
      • ObjectPoolTest

        public ObjectPoolTest​(String name)
    • Method Detail

      • testLarge

        public void testLarge()
        Tests ObjectPools containing large numbers of integer and string keys, and makes sure they return the same results as HashSet. Optionally measures performance.