Class AlwaysNegativeUserPropertyMatchingStrategyTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.strategies.impl.user.AlwaysNegativeUserPropertyMatchingStrategyTest
-
@UnitTest public class AlwaysNegativeUserPropertyMatchingStrategyTest extends java.lang.Object
JUnit test suite forAlwaysNegativeUserPropertyMatchingStrategy
-
-
Constructor Summary
Constructors Constructor Description AlwaysNegativeUserPropertyMatchingStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetCustomerByPropertyShouldReturnEmptyOptional()voidgetUserByPropertyShouldReturnEmptyOptional()voidsetUp()voidshouldThrowExceptionIfNullClazz()voidshouldThrowExceptionIfNullProperty()
-
-
-
Method Detail
-
setUp
public void setUp()
-
getCustomerByPropertyShouldReturnEmptyOptional
public void getCustomerByPropertyShouldReturnEmptyOptional()
-
getUserByPropertyShouldReturnEmptyOptional
public void getUserByPropertyShouldReturnEmptyOptional()
-
shouldThrowExceptionIfNullProperty
public void shouldThrowExceptionIfNullProperty()
-
shouldThrowExceptionIfNullClazz
public void shouldThrowExceptionIfNullClazz()
-
-