Class CustomerIdMatchingStrategyTest

java.lang.Object
de.hybris.platform.commerceservices.strategies.impl.user.CustomerIdMatchingStrategyTest

@UnitTest public class CustomerIdMatchingStrategyTest extends Object
JUnit test suite for CustomerIdMatchingStrategy
  • 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()