Class ConfigurationExpertModeFacadeImplTest
java.lang.Object
de.hybris.platform.sap.productconfig.facades.impl.ConfigurationExpertModeFacadeImplTest
Unit test for
ConfigurationExpertModeFacadeImpl-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigurationExpertModeFacadeImplTest
public ConfigurationExpertModeFacadeImplTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testIsExpertModeAllowedForCurrentUserMemeberOfExpertModeGroup
public void testIsExpertModeAllowedForCurrentUserMemeberOfExpertModeGroup() -
testIsExpertModeAllowedForCurrentUserNotMemeberOfExpertModeGroup
public void testIsExpertModeAllowedForCurrentUserNotMemeberOfExpertModeGroup() -
testIsExpertModeActiveAttributeNotSet
public void testIsExpertModeActiveAttributeNotSet() -
testIsExpertModeActivaAttributeValueTrue
public void testIsExpertModeActivaAttributeValueTrue() -
testEnableExpertMode
public void testEnableExpertMode() -
testEnableExpertModeNotAllowed
public void testEnableExpertModeNotAllowed() -
testDisableExpertMode
public void testDisableExpertMode() -
testDisableExpertModeAllowed
public void testDisableExpertModeAllowed()
-