Class DefaultTravelCartValidationStrategyTest

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

@UnitTest public class DefaultTravelCartValidationStrategyTest extends Object
The type Default travel cart validation strategy test.
  • Constructor Details

    • DefaultTravelCartValidationStrategyTest

      public DefaultTravelCartValidationStrategyTest()
  • Method Details

    • testValidate

      public void testValidate()
    • testValidateWithNullCartValidationStrategy

      public void testValidateWithNullCartValidationStrategy()
    • testValidateWithProductNotAvailableInPOS

      public void testValidateWithProductNotAvailableInPOS()
    • testValidateWithProductNotAvailableInPOSAndNonEmptyStockInBaseStore

      public void testValidateWithProductNotAvailableInPOSAndNonEmptyStockInBaseStore()
    • testValidateWithProductNotAvailableInPOSAndConfigurationErrors

      public void testValidateWithProductNotAvailableInPOSAndConfigurationErrors()
    • testValidateWithDifferentStockAndQuantity

      public void testValidateWithDifferentStockAndQuantity()
    • testValidateDeliveryWithDifferentOwnerAndCurrentUser

      public void testValidateDeliveryWithDifferentOwnerAndCurrentUser()
    • testValidateDeliveryWithGuestCustomer

      public void testValidateDeliveryWithGuestCustomer()
    • testValidateDeliveryWithNullDeliveryAddress

      public void testValidateDeliveryWithNullDeliveryAddress()
    • testValidateDeliveryWithSameOwnerAndCurrentUser

      public void testValidateDeliveryWithSameOwnerAndCurrentUser()
    • testValidateDeliveryWithB2BCustomer

      public void testValidateDeliveryWithB2BCustomer()