Class ProductConfigurationCacheKeyTest


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

      • ProductConfigurationCacheKeyTest

        public ProductConfigurationCacheKeyTest()
    • Method Detail

      • setup

        public void setup()
      • testConstructor

        public void testConstructor()
      • testConstructorNullKeys

        public void testConstructorNullKeys()
      • testAlternativeConstructor

        public void testAlternativeConstructor()
      • testAlternativeConstructorNull

        public void testAlternativeConstructorNull()
      • testHashCode

        public void testHashCode()
      • 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()