Class ConsentActiveAttributeTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.attributeHandlers.ConsentActiveAttributeTest
-
@UnitTest public class ConsentActiveAttributeTest extends java.lang.Object
ActiveAttribute dynamic attribute handler unit test. This dynamic attribute is defined in Consent type.
-
-
Constructor Summary
Constructors Constructor Description ConsentActiveAttributeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAttributeHandlerForNull()voidtestAttributeHandlerWhenConsentWithdrawnDateExists()voidtestAttributeHandlerWhenNoConsentWithdrawnDate()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testAttributeHandlerForNull
public void testAttributeHandlerForNull()
-
testAttributeHandlerWhenConsentWithdrawnDateExists
public void testAttributeHandlerWhenConsentWithdrawnDateExists()
-
testAttributeHandlerWhenNoConsentWithdrawnDate
public void testAttributeHandlerWhenNoConsentWithdrawnDate()
-
-