Package de.hybris.platform.core.system
Class InitializationLockHandlerIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.core.system.AbstractLockHandlerIntegrationTest
-
- de.hybris.platform.core.system.InitializationLockHandlerIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class InitializationLockHandlerIntegrationTest extends AbstractLockHandlerIntegrationTest
Integration test describing a update checking mechanism for a HOR-1329
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.core.system.AbstractLockHandlerIntegrationTest
THREADS, WAIT_SECONDS
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description InitializationLockHandlerIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testCheckLockForClearSystem()
void
testLockExistsAfterDaoSerialized()
void
testLockForUpdateThenLockForInitializationClearSystem()
void
testLockThenUnLockForClearSystem()
void
testSetInitLockForClearSystem()
void
testSetUpdateLockForClearSystem()
void
testUnLockFewTimes()
void
testUnLockForClearSystemShouldNotThrowExceptions()
void
testUnlockThenLockForClearSystem()
void
testUnLockWithOtherClusterIdSystem()
-
Methods inherited from class de.hybris.platform.core.system.AbstractLockHandlerIntegrationTest
checkTestTableExists, checkTestTableExists, clearHandler, createOtherClusterIdTenant, prepareHandler
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
testCheckLockForClearSystem
public void testCheckLockForClearSystem()
-
testSetInitLockForClearSystem
public void testSetInitLockForClearSystem()
-
testSetUpdateLockForClearSystem
public void testSetUpdateLockForClearSystem()
-
testUnLockForClearSystemShouldNotThrowExceptions
public void testUnLockForClearSystemShouldNotThrowExceptions()
-
testUnLockWithOtherClusterIdSystem
public void testUnLockWithOtherClusterIdSystem()
-
testUnLockFewTimes
public void testUnLockFewTimes()
-
testUnlockThenLockForClearSystem
public void testUnlockThenLockForClearSystem()
-
testLockThenUnLockForClearSystem
public void testLockThenUnLockForClearSystem()
-
testLockForUpdateThenLockForInitializationClearSystem
public void testLockForUpdateThenLockForInitializationClearSystem()
-
testLockExistsAfterDaoSerialized
public void testLockExistsAfterDaoSerialized() throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-