Package de.hybris.platform.test
Class OrderManagerTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.OrderManagerTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class OrderManagerTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description OrderManagerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCartCloningWithPreviouslyRemovedEntries()voidtestCartTypeCopying()voidtestGetAllDeliveryModes()voidtestGetAllDiscounts()voidtestGetAllDiscountsByGlobal()voidtestGetAllOrders()voidtestGetAllPaymentInfos()voidtestGetAllPaymentModes()voidtestGetAllTaxes()voidtestGetDeliveryModeByCode()voidtestGetDiscountByCode()voidtestGetDiscountsByCode()voidtestGetOrdersByUser()voidtestGetPaymentInfoByCode()voidtestGetPaymentInfosByCode()voidtestGetPaymentInfosByType()voidtestGetPaymentInfosByUser()voidtestGetPaymentModeByCode()voidtestGetSupportedDeliveryModes()voidtestGetTaxByCode()voidtestGetTaxesByCode()voidtestOrderTypeCopying()voidtestSearchCarts()voidtestSearchDiscounts()voidtestSearchOrders()voidtestSearchTaxes()-
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
-
testOrderTypeCopying
public void testOrderTypeCopying() throws JaloInvalidParameterException, JaloDuplicateCodeException, JaloItemNotFoundException, ConsistencyCheckException
-
testCartTypeCopying
public void testCartTypeCopying() throws JaloInvalidParameterException, JaloDuplicateCodeException, JaloItemNotFoundException, ConsistencyCheckException
-
testGetAllPaymentInfos
public void testGetAllPaymentInfos() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetPaymentInfosByType
public void testGetPaymentInfosByType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetPaymentInfosByCode
public void testGetPaymentInfosByCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetAllOrders
public void testGetAllOrders() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetOrdersByUser
public void testGetOrdersByUser() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSearchOrders
public void testSearchOrders() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSearchCarts
public void testSearchCarts() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSearchTaxes
public void testSearchTaxes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSearchDiscounts
public void testSearchDiscounts() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetAllTaxes
public void testGetAllTaxes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetTaxesByCode
public void testGetTaxesByCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetAllDiscounts
public void testGetAllDiscounts() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetAllDiscountsByGlobal
public void testGetAllDiscountsByGlobal() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetDiscountByCode
public void testGetDiscountByCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetDiscountsByCode
public void testGetDiscountsByCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetAllDeliveryModes
public void testGetAllDeliveryModes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetDeliveryModeByCode
public void testGetDeliveryModeByCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetPaymentModeByCode
public void testGetPaymentModeByCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetAllPaymentModes
public void testGetAllPaymentModes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetPaymentInfosByUser
public void testGetPaymentInfosByUser() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetPaymentInfoByCode
public void testGetPaymentInfoByCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetSupportedDeliveryModes
public void testGetSupportedDeliveryModes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetTaxByCode
public void testGetTaxByCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCartCloningWithPreviouslyRemovedEntries
public void testCartCloningWithPreviouslyRemovedEntries() throws JaloInvalidParameterException, ConsistencyCheckException
-
-