Class CustomerIdMatchingStrategyTest
java.lang.Object
de.hybris.platform.commerceservices.strategies.impl.user.CustomerIdMatchingStrategyTest
JUnit test suite for
CustomerIdMatchingStrategy-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomerIdMatchingStrategyTest
public CustomerIdMatchingStrategyTest()
-
-
Method Details
-
setUp
public void setUp() -
shouldGetUserForValidCustomerIdProperty
public void shouldGetUserForValidCustomerIdProperty() -
shouldGetUserForUserModelClass
public void shouldGetUserForUserModelClass() -
shouldThrowExceptionIfNullProperty
public void shouldThrowExceptionIfNullProperty() -
shouldThrowExceptionIfNullClazz
public void shouldThrowExceptionIfNullClazz() -
shouldGetEmptyForUnknownCustomerId
public void shouldGetEmptyForUnknownCustomerId() -
shouldGetEmptyForInvalidCustomerIdProperty
public void shouldGetEmptyForInvalidCustomerIdProperty()
-