Class DefaultCisCartHashCalculationStrategyTest
- java.lang.Object
-
- de.hybris.platform.integration.cis.tax.strategies.impl.DefaultCisCartHashCalculationStrategyTest
-
public class DefaultCisCartHashCalculationStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCisCartHashCalculationStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitCart()voidshouldCalculateDifferentHashesWithCartDeliveryAddress()voidshouldCalculateDifferentHashesWithCartEntry()voidshouldCalculateDifferenttHashWithAddedValues()voidshouldCalculateSameHash()
-
-
-
Method Detail
-
initCart
public void initCart()
-
shouldCalculateSameHash
public void shouldCalculateSameHash()
-
shouldCalculateDifferenttHashWithAddedValues
public void shouldCalculateDifferenttHashWithAddedValues()
-
shouldCalculateDifferentHashesWithCartDeliveryAddress
public void shouldCalculateDifferentHashesWithCartDeliveryAddress()
-
shouldCalculateDifferentHashesWithCartEntry
public void shouldCalculateDifferentHashesWithCartEntry()
-
-