Class DefaultSubscriptionCustomerAccountDaoTest
- java.lang.Object
-
- de.hybris.platform.subscriptionservices.daos.impl.DefaultSubscriptionCustomerAccountDaoTest
-
@UnitTest public class DefaultSubscriptionCustomerAccountDaoTest extends java.lang.Object
JUnit test suite forDefaultCustomerAccountDao
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description DefaultSubscriptionCustomerAccountDaoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestFindOrdersByCustomerAndStore2WhenNoCustomer()voidtestFindOrdersByCustomerAndStore2WhenNoStore()voidtestFindOrdersByCustomerAndStoreWhenNoCustomer()voidtestFindOrdersByCustomerAndStoreWhenNoStore()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindOrdersByCustomerAndStoreWhenNoCustomer
public void testFindOrdersByCustomerAndStoreWhenNoCustomer()
-
testFindOrdersByCustomerAndStoreWhenNoStore
public void testFindOrdersByCustomerAndStoreWhenNoStore()
-
testFindOrdersByCustomerAndStore2WhenNoCustomer
public void testFindOrdersByCustomerAndStore2WhenNoCustomer()
-
testFindOrdersByCustomerAndStore2WhenNoStore
public void testFindOrdersByCustomerAndStore2WhenNoStore()
-
-