Package de.hybris.platform.util.config
Class PropertyActionReaderTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.util.config.PropertyActionReaderTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class PropertyActionReaderTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PropertyActionReaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanUp()voidshouldReturnFalseWhenActionAclRemovalIsDisabledForTitle()voidshouldReturnFalseWhenActionForTitleIsConfiguredInListAndSwitchedOffIndividually()voidshouldReturnTrueWhenActionForTitleIsConfiguredIndividually()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
cleanUp
public void cleanUp()
-
shouldReturnFalseWhenActionAclRemovalIsDisabledForTitle
public void shouldReturnFalseWhenActionAclRemovalIsDisabledForTitle()
-
shouldReturnFalseWhenActionForTitleIsConfiguredInListAndSwitchedOffIndividually
public void shouldReturnFalseWhenActionForTitleIsConfiguredInListAndSwitchedOffIndividually()
-
shouldReturnTrueWhenActionForTitleIsConfiguredIndividually
public void shouldReturnTrueWhenActionForTitleIsConfiguredIndividually()
-
-