@UnitTest public class DefaultCheckoutFacadeTest extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultCheckoutFacadeTest.MockAddressModel |
| Constructor and Description |
|---|
DefaultCheckoutFacadeTest() |
public void setUp()
public void testHasCheckoutCart()
public void testGetCheckoutCart()
public void testGetSupportedDeliveryModes()
public void testSetDeliveryAddressIfAvailable()
public void testNoSetDeliveryAddressIfAvailable()
public void testSetDeliveryModeIfAvailable()
public void testSetNoDeliveryModeIfAvailable()
public void testSetNoDeliveryMode()
public void testGetDeliveryMode()
public void testGetNoDeliveryMode()
public void testSetPaymentDetailsIfAvailable()
public void testSetNoPaymentDetailsIfAvailable()
public void testSetDeliveryAddress()
public void testSetNoDeliveryAddress()
public void testGetDeliveryCountries()
public void testGetNoPaymentDetails()
public void testSetPaymentDetails()
public void testSetNoPaymentDetails()
public void testGetSupportedCardTypes()
public void testCreatePaymentSubscription()
public void testCreatePaymentSubscriptionNoInfoModel()
public void testAuthorizePayment()
public void testNoAuthorizePayment()
public void testPlaceOrder()
throws InvalidCartException
InvalidCartExceptionpublic void testPlaceNoOrder()
throws InvalidCartException
InvalidCartExceptionpublic void testSetDefaultDeliveryAddressForCheckout()
public void testSetDefaultPaymentInfoForCheckout()
public void testSetCheapestDeliveryModeForCheckout()
public void shouldNothaveShippingItemsNullCart()
public void shouldHaveShippingItems()
public void shouldNotHaveShippingItems()
public void shouldNotHavePickupItemsNullCart()
public void shouldNotHavePickupItems()
public void shouldHavePickupItems()
Copyright © 2018 SAP SE. All Rights Reserved.