Class DefaultSubscriptionCommerceCheckoutServiceTest
- java.lang.Object
-
- de.hybris.platform.subscriptionservices.subscription.impl.DefaultSubscriptionCommerceCheckoutServiceTest
-
@UnitTest public class DefaultSubscriptionCommerceCheckoutServiceTest extends java.lang.Object
JUnit test suite forDefaultCommerceCheckoutService
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedException
thrown
-
Constructor Summary
Constructors Constructor Description DefaultSubscriptionCommerceCheckoutServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testPlaceOrderWhenCustomerIsNull()
void
testPlaceOrderWhenMasterCartIsCalculatedIsNull()
void
testPlaceOrderWhenMasterCartIsNull()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPlaceOrderWhenMasterCartIsNull
public void testPlaceOrderWhenMasterCartIsNull() throws InvalidCartException
- Throws:
InvalidCartException
-
testPlaceOrderWhenMasterCartIsCalculatedIsNull
public void testPlaceOrderWhenMasterCartIsCalculatedIsNull() throws InvalidCartException
- Throws:
InvalidCartException
-
testPlaceOrderWhenCustomerIsNull
public void testPlaceOrderWhenCustomerIsNull() throws InvalidCartException
- Throws:
InvalidCartException
-
-