Class ProductConfigurationEHCacheAccessImplTest


  • @UnitTest
    public class ProductConfigurationEHCacheAccessImplTest
    extends java.lang.Object
    • Constructor Detail

      • ProductConfigurationEHCacheAccessImplTest

        public ProductConfigurationEHCacheAccessImplTest()
    • Method Detail

      • setup

        public void setup()
      • testGet

        public void testGet()
      • testGetNull

        public void testGetNull()
      • testGetKeys

        public void testGetKeys()
      • testPutIsAbsent

        public void testPutIsAbsent()
      • testPutIsPresent

        public void testPutIsPresent()
      • testPutIfAbsentIsAbsent

        public void testPutIfAbsentIsAbsent()
      • testPutIfAbsentIsPresent

        public void testPutIfAbsentIsPresent()
      • testRemove

        public void testRemove()
      • testClearCache

        public void testClearCache()
      • testGetWithLoader

        public void testGetWithLoader()
      • testGetWithSupplier

        public void testGetWithSupplier()