Class DefaultCustomerListFacadeTest
- java.lang.Object
-
- de.hybris.platform.commercefacades.customer.impl.DefaultCustomerListFacadeTest
-
@UnitTest public class DefaultCustomerListFacadeTest extends java.lang.Object
Test suite forDefaultCustomerListFacade
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexception
-
Constructor Summary
Constructors Constructor Description DefaultCustomerListFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldGetCustomerListForEmployee()voidshouldNotGetCustomerListForNullCustomerListUID()voidshouldNotGetCustomerListForNullEmployeeUID()voidtestGetCustomerListsForEmployee()voidtestGetCustomerListsForEmptyCustomerListUID()voidtestGetCustomerListsForEmptyEmployee()voidtestGetCustomerListsForInvalidCustomerListUID()voidtestGetCustomerListsForInvalidPaginationData()voidtestGetCustomerListsForWithValidUIDAndDefaultConverter()voidtestGetCustomerListsForWithValidUIDAndStrategyConverter()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetCustomerListsForEmployee
public void testGetCustomerListsForEmployee()
-
testGetCustomerListsForEmptyEmployee
public void testGetCustomerListsForEmptyEmployee()
-
testGetCustomerListsForEmptyCustomerListUID
public void testGetCustomerListsForEmptyCustomerListUID()
-
testGetCustomerListsForInvalidPaginationData
public void testGetCustomerListsForInvalidPaginationData()
-
testGetCustomerListsForInvalidCustomerListUID
public void testGetCustomerListsForInvalidCustomerListUID()
-
testGetCustomerListsForWithValidUIDAndDefaultConverter
public void testGetCustomerListsForWithValidUIDAndDefaultConverter()
-
testGetCustomerListsForWithValidUIDAndStrategyConverter
public void testGetCustomerListsForWithValidUIDAndStrategyConverter()
-
shouldGetCustomerListForEmployee
public void shouldGetCustomerListForEmployee()
-
shouldNotGetCustomerListForNullCustomerListUID
public void shouldNotGetCustomerListForNullCustomerListUID()
-
shouldNotGetCustomerListForNullEmployeeUID
public void shouldNotGetCustomerListForNullEmployeeUID()
-
-