Class ConfigServiceTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
de.hybris.platform.servicelayer.config.ConfigServiceTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidTest firing aConfigurationListenervoidGeneral testing whether delegating requests to hybris config works well.voidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
ConfigServiceTest
public ConfigServiceTest()
-
-
Method Details
-
testJaloVsCommons
public void testJaloVsCommons()General testing whether delegating requests to hybris config works well. Test compares configuration values from jalo with results of configuration values from servicelayer. -
testConfigListeners
public void testConfigListeners()Test firing aConfigurationListener -
testClearProperty
public void testClearProperty() -
setPropertyToNullRemovesKey
public void setPropertyToNullRemovesKey() -
testOldVsNewPerformance
public void testOldVsNewPerformance()
-