Package de.hybris.platform.test
Class GenericItemCloneTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.GenericItemCloneTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class GenericItemCloneTest extends HybrisJUnit4Test
Test generic cloning mechanism viaItemCloneCreator
.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description GenericItemCloneTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testClone()
void
testClone2()
void
testCycleError()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testClone
public void testClone() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testClone2
public void testClone2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCycleError
public void testCycleError()
-
-