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 void
setPropertyToNullRemovesKey()
void
testClearProperty()
void
testConfigListeners()
Test firing aConfigurationListener
void
testJaloVsCommons()
General testing whether delegating requests to hybris config works well.void
testOldVsNewPerformance()
-
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()
-
-