Class DefaultB2BCheckoutFacadeTest
- java.lang.Object
-
- de.hybris.platform.b2bacceleratorfacades.order.impl.DefaultB2BCheckoutFacadeTest
-
@UnitTest public class DefaultB2BCheckoutFacadeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BCheckoutFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldAuthorizeInvoicePayment()voidshouldNotAuthorizeInvoicePaymentNullEntry()voidshouldNotAuthorizeInvoicePaymentReject()voidtestGetCostCenters()voidtestPlaceOrder()voidtestScheduleOrder()voidtestSetCostCenterForEntry()voidtestSetPaymentTypeSelectedForCheckout()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetCostCenters
public void testGetCostCenters() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetCostCenterForEntry
public void testSetCostCenterForEntry() throws java.lang.Exception- Throws:
java.lang.Exception
-
testPlaceOrder
public void testPlaceOrder() throws InvalidCartException- Throws:
InvalidCartException
-
testScheduleOrder
public void testScheduleOrder()
-
testSetPaymentTypeSelectedForCheckout
public void testSetPaymentTypeSelectedForCheckout()
-
shouldAuthorizeInvoicePayment
public void shouldAuthorizeInvoicePayment()
-
shouldNotAuthorizeInvoicePaymentReject
public void shouldNotAuthorizeInvoicePaymentReject()
-
shouldNotAuthorizeInvoicePaymentNullEntry
public void shouldNotAuthorizeInvoicePaymentNullEntry()
-
-