Class ItemModelConverterTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.internal.converter.impl.ItemModelConverterTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ItemModelConverterTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ItemModelConverterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
disableSelfHealing()
protected void
enableSelfHealing()
protected void
restoreSelfHealing()
void
setUp()
void
testIsAttributeModifiedLocalized()
void
testJaloAttrInModelRefOldValue()
void
testModifiedTimeAlwaysReloaded()
void
testSelfHealingServiceDoesNothingWhenRollback()
void
testSelfHealingServiceForCollectionAttributeWhenConvertMissingItem()
void
testSelfHealingServiceForSingleAttributeWhenConvertMissingItem()
void
testUnchangedAttributeNotBeingDirtyAfterSave()
-
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
-
setUp
public void setUp()
-
testJaloAttrInModelRefOldValue
public void testJaloAttrInModelRefOldValue()
-
testIsAttributeModifiedLocalized
public void testIsAttributeModifiedLocalized()
-
testUnchangedAttributeNotBeingDirtyAfterSave
public void testUnchangedAttributeNotBeingDirtyAfterSave()
-
testModifiedTimeAlwaysReloaded
public void testModifiedTimeAlwaysReloaded() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
testSelfHealingServiceForSingleAttributeWhenConvertMissingItem
public void testSelfHealingServiceForSingleAttributeWhenConvertMissingItem()
-
testSelfHealingServiceForCollectionAttributeWhenConvertMissingItem
public void testSelfHealingServiceForCollectionAttributeWhenConvertMissingItem()
-
testSelfHealingServiceDoesNothingWhenRollback
public void testSelfHealingServiceDoesNothingWhenRollback() throws java.lang.Exception
- Throws:
java.lang.Exception
-
enableSelfHealing
protected void enableSelfHealing()
-
disableSelfHealing
protected void disableSelfHealing()
-
restoreSelfHealing
protected void restoreSelfHealing()
-
-