Class CacheControlTest


  • public class CacheControlTest
    extends FoodMartTestCase
    Unit-test for cache-flushing functionality.
    Since:
    Sep 27, 2006
    Author:
    jhyde
    • Constructor Detail

      • CacheControlTest

        public CacheControlTest()
        Creates a CacheControlTest.
      • CacheControlTest

        public CacheControlTest​(String name)
        Creates a CacheControlTest with the given name.
    • Method Detail

      • getDiffRepos

        DiffRepository getDiffRepos()
        Returns the repository of result strings.
        Returns:
        repository of result strings
      • flushCache

        public static void flushCache​(TestContext testContext)
        Flushes the entire contents of the cache. Utility method used to ensure that cache control tests are starting with a blank page.
        Parameters:
        testContext - Test context
      • testCreateCellRegion

        public void testCreateCellRegion()
        Tests creation of a cell region against an abstract implementation of CacheControl.
      • testNormalize2

        public void testNormalize2()
        Creates a cell region, runs a query, then flushes the cache.
      • testFlush

        public void testFlush()
        Creates a cell region, runs a query, then flushes the cache.
      • testPartialFlush

        public void testPartialFlush()
        Creates a partial cell region, runs a query, then flushes the cache.
      • testPartialFlush_2

        public void testPartialFlush_2()
                                throws Exception
        This is a test for MONDRIAN-1120

        SegmentCacheIndexImpl.intersects was not comparing the header column values to those of the cache region.

        Throws:
        Exception
      • testPartialFlushRange

        public void testPartialFlushRange()
        Creates a partial cell region over a range, runs a query, then flushes the cache.
      • assertContains

        static void assertContains​(String pattern,
                                   String message)
        Asserts that a given string contains a given pattern.
        Parameters:
        pattern - Pattern to find
        message - String
        Throws:
        junit.framework.AssertionFailedError - if pattern is not found
      • testNegative

        public void testNegative()
        A number of negative tests, trying to do invalid things with cache flushing and getting errors.
      • memberRegion

        CacheControl.CellRegion memberRegion​(String uniqueName)
        Helper method, creates a region consisting of a single member, given its unique name (e.g. "[Gender].[F]").
      • testNormalize

        public void testNormalize()
        Tests the algorithm which converts a cache region specification into normal form.