Package de.hybris.platform.test
Class OrderAddressCloneTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.OrderAddressCloneTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class OrderAddressCloneTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description OrderAddressCloneTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAddressCloning()voidtestAddressCloningSameAddressForPaymentAndDelivery()voidtestAddressNotCloned()voidtestClonedAddressReset()-
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
-
testClonedAddressReset
public void testClonedAddressReset()
-
testAddressNotCloned
public void testAddressNotCloned() throws ConsistencyCheckException- Throws:
ConsistencyCheckException
-
testAddressCloningSameAddressForPaymentAndDelivery
public void testAddressCloningSameAddressForPaymentAndDelivery()
-
testAddressCloning
public void testAddressCloning() throws java.lang.Exception- Throws:
java.lang.Exception
-
-