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
@IntegrationTest public class ConfigServiceTest extends ServicelayerTransactionalBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ConfigServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetPropertyToNullRemovesKey()voidtestClearProperty()voidtestConfigListeners()Test firing aConfigurationListenervoidtestJaloVsCommons()General testing whether delegating requests to hybris config works well.voidtestOldVsNewPerformance()-
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
-
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()
-
-