Class DefaultCommerceCheckoutServiceTest

    • Constructor Detail

      • DefaultCommerceCheckoutServiceTest

        public DefaultCommerceCheckoutServiceTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSetDeliveryAddressNullAddress

        public void testSetDeliveryAddressNullAddress()
      • testSetDeliveryAddressNullCart

        public void testSetDeliveryAddressNullCart()
      • testSetDeliveryAddress

        public void testSetDeliveryAddress()
      • testSetDeliveryAddressAndFlagAsDeliveryAddress

        public void testSetDeliveryAddressAndFlagAsDeliveryAddress()
      • testSetDeliveryModeNullCart

        public void testSetDeliveryModeNullCart()
      • testSetDeliveryModeNullDeliveryMode

        public void testSetDeliveryModeNullDeliveryMode()
      • testSetDeliveryMode

        public void testSetDeliveryMode()
      • testValidateDeliveryModeNullCart

        public void testValidateDeliveryModeNullCart()
      • testValidateDeliveryModeInvalid

        public void testValidateDeliveryModeInvalid()
      • testValidateDeliveryModeValid

        public void testValidateDeliveryModeValid()
      • testSetPaymentInfoNullCart

        public void testSetPaymentInfoNullCart()
      • testSetPaymentInfoNullPaymentInfo

        public void testSetPaymentInfoNullPaymentInfo()
      • testSetPaymentInfo

        public void testSetPaymentInfo()
      • testAuthorizePaymentNullCart

        public void testAuthorizePaymentNullCart()
      • testAuthorizePaymentNullPaymentInfo

        public void testAuthorizePaymentNullPaymentInfo()
      • testAuthorizePaymentNoSubscriptionId

        public void testAuthorizePaymentNoSubscriptionId()
      • testAuthorizePaymentRejected

        public void testAuthorizePaymentRejected()
      • testAuthorizePaymentAccepted

        public void testAuthorizePaymentAccepted()
      • testPaymentProvider

        public void testPaymentProvider()
      • shouldGetShippingCountries

        public void shouldGetShippingCountries()
      • shouldGetAllCountriesIfNoShippingCountries

        public void shouldGetAllCountriesIfNoShippingCountries()
      • shouldGetBillingCountries

        public void shouldGetBillingCountries()
      • shouldGetAllCountriesIfNoBillingCountries

        public void shouldGetAllCountriesIfNoBillingCountries()
      • shouldGetCountries

        public void shouldGetCountries()