Package de.hybris.platform.util.config
Class ConfigPerformanceStringTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.util.config.ConfigPerformanceIntTest
-
- de.hybris.platform.util.config.ConfigPerformanceStringTest
-
- All Implemented Interfaces:
JaloSessionHolder
@PerformanceTest public class ConfigPerformanceStringTest extends ConfigPerformanceIntTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.util.config.ConfigPerformanceIntTest
ConfigPerformanceIntTest.PropertyAccessor
-
-
Field Summary
Fields Modifier and Type Field Description protected int
THREADS
protected int
WAIT_SECONDS
-
Fields inherited from class de.hybris.platform.util.config.ConfigPerformanceIntTest
rand, randKeys
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ConfigPerformanceStringTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prepare()
void
testManyThreadManyProperties()
void
testOneThreadManyProperties()
-
Methods inherited from class de.hybris.platform.util.config.ConfigPerformanceIntTest
runAccessor
-
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
-
-
-
-
Field Detail
-
WAIT_SECONDS
protected final int WAIT_SECONDS
- See Also:
- Constant Field Values
-
THREADS
protected final int THREADS
- See Also:
- Constant Field Values
-
-
Method Detail
-
prepare
public void prepare()
- Overrides:
prepare
in classConfigPerformanceIntTest
-
testManyThreadManyProperties
public void testManyThreadManyProperties()
- Overrides:
testManyThreadManyProperties
in classConfigPerformanceIntTest
-
testOneThreadManyProperties
public void testOneThreadManyProperties()
- Overrides:
testOneThreadManyProperties
in classConfigPerformanceIntTest
-
-