Class KeyGeneratorConcurrentTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.keygenerator.KeyGeneratorConcurrentTest
- All Implemented Interfaces:
JaloSessionHolder
@PerformanceTest
@IntegrationTest
public class KeyGeneratorConcurrentTest
extends ServicelayerBaseTest
Making this non-transactional is on purpose the number series pros are created in separate thread - aka transaction.
Cleaning them in transaction - in main test thread - is also not so wise since we actually get rid of them ....
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
KeyGeneratorConcurrentTest
public KeyGeneratorConcurrentTest()
-
-
Method Details
-
clearSeriesAfter
public void clearSeriesAfter() -
testConcurrentInit
public void testConcurrentInit()
-