Class UserUIDMatchingStrategyTest

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

@UnitTest public class UserUIDMatchingStrategyTest extends Object
JUnit test suite for UserUIDMatchingStrategy
  • Constructor Details

    • UserUIDMatchingStrategyTest

      public UserUIDMatchingStrategyTest()
  • Method Details

    • setUp

      public void setUp()
    • shouldGetUserForValidUidProperty

      public void shouldGetUserForValidUidProperty()
    • shouldGetCustomerForValidUidProperty

      public void shouldGetCustomerForValidUidProperty()
    • shouldThrowExceptionIfNullProperty

      public void shouldThrowExceptionIfNullProperty()
    • shouldThrowExceptionIfNullClazz

      public void shouldThrowExceptionIfNullClazz()
    • shouldGetEmptyForUnknownUid

      public void shouldGetEmptyForUnknownUid()