Class UserUIDMatchingStrategyTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.strategies.impl.user.UserUIDMatchingStrategyTest
-
@UnitTest public class UserUIDMatchingStrategyTest extends java.lang.Object
JUnit test suite forUserUIDMatchingStrategy
-
-
Constructor Summary
Constructors Constructor Description UserUIDMatchingStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldGetCustomerForValidUidProperty()voidshouldGetEmptyForUnknownUid()voidshouldGetUserForValidUidProperty()voidshouldThrowExceptionIfNullClazz()voidshouldThrowExceptionIfNullProperty()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldGetUserForValidUidProperty
public void shouldGetUserForValidUidProperty()
-
shouldGetCustomerForValidUidProperty
public void shouldGetCustomerForValidUidProperty()
-
shouldThrowExceptionIfNullProperty
public void shouldThrowExceptionIfNullProperty()
-
shouldThrowExceptionIfNullClazz
public void shouldThrowExceptionIfNullClazz()
-
shouldGetEmptyForUnknownUid
public void shouldGetEmptyForUnknownUid()
-
-