Class DefaultCustomerListFacadeTest

java.lang.Object
de.hybris.platform.commercefacades.customer.impl.DefaultCustomerListFacadeTest

@UnitTest public class DefaultCustomerListFacadeTest extends Object
  • Field Details

    • exception

      public org.junit.rules.ExpectedException exception
  • Constructor Details

    • DefaultCustomerListFacadeTest

      public DefaultCustomerListFacadeTest()
  • Method Details

    • 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()