Class DefaultCustomerServiceTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.customer.impl.DefaultCustomerServiceTest
-
@UnitTest public class DefaultCustomerServiceTest extends java.lang.Object
JUnit test suite forDefaultCustomerService
-
-
Constructor Summary
Constructors Constructor Description DefaultCustomerServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldGetCustomerByCustomerId()voidshouldReturnNullIfUnknownCustomerId()voidshouldThrowExceptionIfCustomerIdIsDuplicated()voidshouldThrowExceptionIfCustomerIdIsNull()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldGetCustomerByCustomerId
public void shouldGetCustomerByCustomerId()
-
shouldReturnNullIfUnknownCustomerId
public void shouldReturnNullIfUnknownCustomerId()
-
shouldThrowExceptionIfCustomerIdIsNull
public void shouldThrowExceptionIfCustomerIdIsNull()
-
shouldThrowExceptionIfCustomerIdIsDuplicated
public void shouldThrowExceptionIfCustomerIdIsDuplicated()
-
-