Class DefaultCheckoutFacadeTest
java.lang.Object
de.hybris.platform.commercefacades.order.impl.DefaultCheckoutFacadeTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
DefaultCheckoutFacadeTest
public DefaultCheckoutFacadeTest()
-
-
Method Details
-
setUp
public void setUp() -
testHasCheckoutCart
public void testHasCheckoutCart() -
testGetCheckoutCart
public void testGetCheckoutCart() -
testGetSupportedDeliveryModes
public void testGetSupportedDeliveryModes() -
testSetDeliveryAddressIfAvailable
public void testSetDeliveryAddressIfAvailable() -
testNoSetDeliveryAddressIfAvailable
public void testNoSetDeliveryAddressIfAvailable() -
testSetDeliveryModeIfAvailable
public void testSetDeliveryModeIfAvailable() -
testSetNoDeliveryModeIfAvailable
public void testSetNoDeliveryModeIfAvailable() -
testSetNoDeliveryMode
public void testSetNoDeliveryMode() -
testGetDeliveryMode
public void testGetDeliveryMode() -
testGetNoDeliveryMode
public void testGetNoDeliveryMode() -
testSetPaymentDetailsIfAvailable
public void testSetPaymentDetailsIfAvailable() -
testSetNoPaymentDetailsIfAvailable
public void testSetNoPaymentDetailsIfAvailable() -
testSetDeliveryAddress
public void testSetDeliveryAddress() -
testSetNoDeliveryAddress
public void testSetNoDeliveryAddress() -
testGetDeliveryCountries
public void testGetDeliveryCountries() -
testGetNoPaymentDetails
public void testGetNoPaymentDetails() -
testSetPaymentDetails
public void testSetPaymentDetails() -
testSetNoPaymentDetails
public void testSetNoPaymentDetails() -
testGetSupportedCardTypes
public void testGetSupportedCardTypes() -
testCreatePaymentSubscription
public void testCreatePaymentSubscription() -
testCreatePaymentSubscriptionNoInfoModel
public void testCreatePaymentSubscriptionNoInfoModel() -
testAuthorizePayment
public void testAuthorizePayment() -
testNoAuthorizePayment
public void testNoAuthorizePayment() -
testPlaceOrder
- Throws:
InvalidCartException
-
testPlaceNoOrder
- Throws:
InvalidCartException
-
testSetDefaultDeliveryAddressForCheckout
public void testSetDefaultDeliveryAddressForCheckout() -
testSetDefaultPaymentInfoForCheckout
public void testSetDefaultPaymentInfoForCheckout() -
testSetCheapestDeliveryModeForCheckout
public void testSetCheapestDeliveryModeForCheckout() -
shouldNothaveShippingItemsNullCart
public void shouldNothaveShippingItemsNullCart() -
shouldHaveShippingItems
public void shouldHaveShippingItems() -
shouldNotHaveShippingItems
public void shouldNotHaveShippingItems() -
shouldNotHavePickupItemsNullCart
public void shouldNotHavePickupItemsNullCart() -
shouldNotHavePickupItems
public void shouldNotHavePickupItems() -
shouldHavePickupItems
public void shouldHavePickupItems()
-