@UnitTest public class DefaultCustomerListFacadeTest extends java.lang.Object
DefaultCustomerListFacade| Modifier and Type | Field and Description |
|---|---|
ExpectedException |
exception |
| Constructor and Description |
|---|
DefaultCustomerListFacadeTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldGetCustomerListForEmployee() |
void |
shouldNotGetCustomerListForNullCustomerListUID() |
void |
shouldNotGetCustomerListForNullEmployeeUID() |
void |
testGetCustomerListsForEmployee() |
void |
testGetCustomerListsForEmptyCustomerListUID() |
void |
testGetCustomerListsForEmptyEmployee() |
void |
testGetCustomerListsForInvalidCustomerListUID() |
void |
testGetCustomerListsForInvalidPaginationData() |
void |
testGetCustomerListsForWithValidUIDAndDefaultConverter() |
void |
testGetCustomerListsForWithValidUIDAndStrategyConverter() |
public void setUp()
public void testGetCustomerListsForEmployee()
public void testGetCustomerListsForEmptyEmployee()
public void testGetCustomerListsForEmptyCustomerListUID()
public void testGetCustomerListsForInvalidPaginationData()
public void testGetCustomerListsForInvalidCustomerListUID()
public void testGetCustomerListsForWithValidUIDAndDefaultConverter()
public void testGetCustomerListsForWithValidUIDAndStrategyConverter()
public void shouldGetCustomerListForEmployee()
public void shouldNotGetCustomerListForNullCustomerListUID()
public void shouldNotGetCustomerListForNullEmployeeUID()
Copyright © 2018 SAP SE. All Rights Reserved.