Class PropertySelfHealingEndToEndTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.directpersistence.selfhealing.impl.PropertySelfHealingEndToEndTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class PropertySelfHealingEndToEndTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PropertySelfHealingEndToEndTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddisableSelfHealing()protected voidenableDirectMode()protected voidenableSelfHealing()protected voidforceLegacyMode()protected voidrestorePersistenceMode()protected voidrestoreSelfHealing()protected voidtestPropertySelfHealingEndToEnd(boolean enabled, boolean sld)voidtestPropertySelfHealingOffLegacyMode()voidtestPropertySelfHealingOffSLD()voidtestPropertySelfHealingOnLegacyMode()voidtestPropertySelfHealingOnSLD()-
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
-
testPropertySelfHealingOnSLD
public void testPropertySelfHealingOnSLD() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
testPropertySelfHealingOffSLD
public void testPropertySelfHealingOffSLD() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
testPropertySelfHealingOffLegacyMode
public void testPropertySelfHealingOffLegacyMode() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
testPropertySelfHealingOnLegacyMode
public void testPropertySelfHealingOnLegacyMode() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
testPropertySelfHealingEndToEnd
protected void testPropertySelfHealingEndToEnd(boolean enabled, boolean sld) throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
enableDirectMode
protected void enableDirectMode()
-
forceLegacyMode
protected void forceLegacyMode()
-
restorePersistenceMode
protected void restorePersistenceMode()
-
enableSelfHealing
protected void enableSelfHealing()
-
disableSelfHealing
protected void disableSelfHealing()
-
restoreSelfHealing
protected void restoreSelfHealing()
-
-