Class ReplayCacheTest


  • public class ReplayCacheTest
    extends Object
    Some unit tests for the ReplayCache implementations
    • Constructor Detail

      • ReplayCacheTest

        public ReplayCacheTest()
    • Method Detail

      • testEhCacheReplayCache

        @Test
        public void testEhCacheReplayCache()
                                    throws Exception
        Throws:
        Exception
      • testEhCacheReplayCacheNoPath

        @Test
        public void testEhCacheReplayCacheNoPath()
                                          throws Exception
        Throws:
        Exception
      • testEhCacheDifferentCaches

        @Test
        public void testEhCacheDifferentCaches()
                                        throws Exception
        Throws:
        Exception
      • testOverflowToDisk

        @Test
        public void testOverflowToDisk()
                                throws Exception
        Throws:
        Exception
      • testEhCacheCloseCacheTwice

        @Test
        public void testEhCacheCloseCacheTwice()
                                        throws Exception
        Throws:
        Exception
      • testEhCacheReplayCacheNoExpirySpecified

        @Test
        public void testEhCacheReplayCacheNoExpirySpecified()
                                                     throws Exception
        Throws:
        Exception
      • testEhCacheReplayCacheNegativeExpiry

        @Test
        public void testEhCacheReplayCacheNegativeExpiry()
                                                  throws Exception
        Throws:
        Exception
      • testEhCacheReplayCacheHugeExpiry

        @Test
        public void testEhCacheReplayCacheHugeExpiry()
                                              throws Exception
        Throws:
        Exception
      • testPersistentAndDiskstoreNull

        @Test
        public void testPersistentAndDiskstoreNull()
                                            throws Exception
        Throws:
        Exception
      • testZeroDiskSize

        @Test
        public void testZeroDiskSize()
                              throws Exception
        Throws:
        Exception
      • testTooLargeDiskSize

        @Test
        public void testTooLargeDiskSize()
                                  throws Exception
        Throws:
        Exception
      • testTooSmallHeapEntries

        @Test
        public void testTooSmallHeapEntries()
                                     throws Exception
        Throws:
        Exception