Class DefaultCustomerServiceTest

java.lang.Object
de.hybris.platform.commerceservices.customer.impl.DefaultCustomerServiceTest

@UnitTest public class DefaultCustomerServiceTest extends Object
JUnit test suite for DefaultCustomerService
  • Constructor Details

    • DefaultCustomerServiceTest

      public DefaultCustomerServiceTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldGetCustomerByCustomerId

      public void shouldGetCustomerByCustomerId()
    • shouldReturnNullIfUnknownCustomerId

      public void shouldReturnNullIfUnknownCustomerId()
    • shouldThrowExceptionIfCustomerIdIsNull

      public void shouldThrowExceptionIfCustomerIdIsNull()
    • shouldThrowExceptionIfCustomerIdIsDuplicated

      public void shouldThrowExceptionIfCustomerIdIsDuplicated()