Class DefaultCartEntryValidationStrategyTest

java.lang.Object
de.hybris.platform.travelservices.strategies.cart.validation.impl.DefaultCartEntryValidationStrategyTest

@UnitTest public class DefaultCartEntryValidationStrategyTest extends Object
Unit Test for DefaultCartEntryValidationStrategy
  • Constructor Details

    • DefaultCartEntryValidationStrategyTest

      public DefaultCartEntryValidationStrategyTest()
  • Method Details

    • testValidateWithEmptyStockLevel

      public void testValidateWithEmptyStockLevel()
    • testValidateWithUnknownIdentifierException

      public void testValidateWithUnknownIdentifierException()
    • testValidateWithAmendStatusSame

      public void testValidateWithAmendStatusSame()
    • testValidateWithAmendStatusNew

      public void testValidateWithAmendStatusNew()
    • testValidateWithAmendStatusNewForNonRoomRateModelProduct

      public void testValidateWithAmendStatusNewForNonRoomRateModelProduct()
    • testValidateWithAmendStatusChanged

      public void testValidateWithAmendStatusChanged()
    • testValidateWithAmendStatusChangedForNonRoomRateProduct

      public void testValidateWithAmendStatusChangedForNonRoomRateProduct()
    • testValidateWithDifferentProduct

      public void testValidateWithDifferentProduct()