Class ProductConfigurationCacheKeyTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.interf.cache.impl.ProductConfigurationCacheKeyTest
-
@UnitTest public class ProductConfigurationCacheKeyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProductConfigurationCacheKeyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testAlternativeConstructor()
void
testAlternativeConstructorNull()
void
testConstructor()
void
testConstructorNullKeys()
void
testEquals()
void
testEqualsCacheUnitValueTypeIsIgnored()
void
testEqualsDifferentClass()
void
testEqualsIsEqual()
void
testEqualsIsEqualIndependentObjects()
void
testEqualsKeysNull()
void
testEqualsNotEqual()
void
testGetKeysImmutable()
void
testHashCode()
void
testHashCodeIsCached()
void
testHashCodeIsEqual()
void
testHashCodeIsNotEqual()
void
testHashCodeIsNotEqualNull()
void
testKeysAreImmutable()
void
testToString()
-
-
-
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()
-
-