Package de.hybris.platform.util.config
Class ConfigPerformanceIntTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.util.config.ConfigPerformanceIntTest
- All Implemented Interfaces:
JaloSessionHolder
- Direct Known Subclasses:
ConfigPerformanceStringTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Randomprotected final String[]protected final intprotected final intFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprepare()protected voidrunAccessor(int threads, String callType, TestThreadsHolder<ConfigPerformanceIntTest.PropertyAccessor> randomAccessHolder) voidvoidMethods 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
-
Field Details
-
WAIT_SECONDS
protected final int WAIT_SECONDS- See Also:
-
THREADS
protected final int THREADS- See Also:
-
randKeys
-
rand
-
-
Constructor Details
-
ConfigPerformanceIntTest
public ConfigPerformanceIntTest()
-
-
Method Details
-
prepare
public void prepare() -
testOneThreadManyProperties
public void testOneThreadManyProperties() -
testManyThreadManyProperties
public void testManyThreadManyProperties() -
runAccessor
protected void runAccessor(int threads, String callType, TestThreadsHolder<ConfigPerformanceIntTest.PropertyAccessor> randomAccessHolder)
-