Class DefaultCustomerListSearchServiceTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.customer.impl.DefaultCustomerListSearchServiceTest
-
public class DefaultCustomerListSearchServiceTest extends java.lang.ObjectJUnit test suite forDefaultCustomerListSearchService
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexception
-
Constructor Summary
Constructors Constructor Description DefaultCustomerListSearchServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetCustomerForInvalidUid()voidtestGetCustomerForValidCustomerListWithImplButNoMapping()voidtestGetCustomerForValidCustomerListWithNoImpl()voidtestGetCustomerListsForEmptyUid()voidtestGetCustomerListsForUId()voidtestGetCustomerListsNoPageableData()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetCustomerListsForUId
public void testGetCustomerListsForUId()
-
testGetCustomerListsForEmptyUid
public void testGetCustomerListsForEmptyUid()
-
testGetCustomerForInvalidUid
public void testGetCustomerForInvalidUid()
-
testGetCustomerForValidCustomerListWithNoImpl
public void testGetCustomerForValidCustomerListWithNoImpl()
-
testGetCustomerForValidCustomerListWithImplButNoMapping
public void testGetCustomerForValidCustomerListWithImplButNoMapping()
-
testGetCustomerListsNoPageableData
public void testGetCustomerListsNoPageableData()
-
-