Class ModelCloningTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.model.ModelCloningTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ModelCloningTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ModelCloningTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCloneRegionAndCountry()
void
testCloneUser()
void
testCloneWithTargetType()
void
testCloneWithTargetTypeAndContext()
void
testIgnoreMandatorySelfReference()
void
testIgnoreOneToMany()
void
testOptionalSelfReference()
void
testSetup()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
testSetup
public void testSetup()
-
testCloneUser
public void testCloneUser()
-
testIgnoreOneToMany
public void testIgnoreOneToMany()
-
testCloneRegionAndCountry
public void testCloneRegionAndCountry()
-
testIgnoreMandatorySelfReference
public void testIgnoreMandatorySelfReference()
-
testOptionalSelfReference
public void testOptionalSelfReference()
-
testCloneWithTargetType
public void testCloneWithTargetType()
-
testCloneWithTargetTypeAndContext
public void testCloneWithTargetTypeAndContext()
-
-