Class DefaultCustomerServiceTest
java.lang.Object
de.hybris.platform.commerceservices.customer.impl.DefaultCustomerServiceTest
JUnit test suite for
DefaultCustomerService-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultCustomerServiceTest
public DefaultCustomerServiceTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
shouldGetCustomerByCustomerId
public void shouldGetCustomerByCustomerId() -
shouldReturnNullIfUnknownCustomerId
public void shouldReturnNullIfUnknownCustomerId() -
shouldThrowExceptionIfCustomerIdIsNull
public void shouldThrowExceptionIfCustomerIdIsNull() -
shouldThrowExceptionIfCustomerIdIsDuplicated
public void shouldThrowExceptionIfCustomerIdIsDuplicated()
-