Class ProductConfigurationCacheKeyTest

java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.cache.impl.ProductConfigurationCacheKeyTest

@UnitTest public class ProductConfigurationCacheKeyTest extends Object
  • Constructor Details

    • ProductConfigurationCacheKeyTest

      public ProductConfigurationCacheKeyTest()
  • Method Details

    • setup

      public void setup()
    • testConstructor

      public void testConstructor()
    • testConstructorNullKeys

      public void testConstructorNullKeys()
    • testAlternativeConstructor

      public void testAlternativeConstructor()
    • testAlternativeConstructorNull

      public void testAlternativeConstructorNull()
    • testHashCodeIsEqual

      public void testHashCodeIsEqual()
    • testEqualsNotEqual

      public void testEqualsNotEqual()
    • testEquals

      public void testEquals()
    • testEqualsKeysNull

      public void testEqualsKeysNull()
    • testEqualsDifferentClass

      public void testEqualsDifferentClass()
    • testEqualsCacheUnitValueTypeIsIgnored

      public void testEqualsCacheUnitValueTypeIsIgnored()
    • testEqualsIsEqual

      public void testEqualsIsEqual()
    • testEqualsIsEqualIndependentObjects

      public void testEqualsIsEqualIndependentObjects()
    • testHashCodeIsNotEqual

      public void testHashCodeIsNotEqual()
    • testHashCodeIsNotEqualNull

      public void testHashCodeIsNotEqualNull()
    • testHashCodeIsCached

      public void testHashCodeIsCached()
    • testKeysAreImmutable

      public void testKeysAreImmutable()
    • testGetKeysImmutable

      public void testGetKeysImmutable()
    • testToString

      public void testToString()