Package de.hybris.platform.order
Class OrderServiceTest
- java.lang.Object
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class OrderServiceTest extends ServicelayerTransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description OrderServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testAddAllGlobalDiscountValues()
void
testAddAllGlobalDiscountValuesCornerCases()
void
testAddAllTotalTaxValues()
void
testAddAllTotalTaxValuesCornerCases()
void
testAddNewEntry()
void
testAddRemoveGlobalDiscountValue()
void
testAddRemoveTotalTaxValue()
void
testCartRemoveEntriesThenOrder()
void
testCreateOrder()
void
testCreateOrderForNullOrder()
void
testDoubleAddEntry()
void
testFindEntriesByProduct()
void
testFindEntryByNumber()
void
testPlaceOrder()
void
testPlaceOrderLazyLoadingBug()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
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
-
testPlaceOrder
public void testPlaceOrder() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPlaceOrderLazyLoadingBug
public void testPlaceOrderLazyLoadingBug() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCartRemoveEntriesThenOrder
public void testCartRemoveEntriesThenOrder() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDoubleAddEntry
public void testDoubleAddEntry() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testAddNewEntry
public void testAddNewEntry() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindEntryByNumber
public void testFindEntryByNumber() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindEntriesByProduct
public void testFindEntriesByProduct() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testAddRemoveGlobalDiscountValue
public void testAddRemoveGlobalDiscountValue()
-
testAddRemoveTotalTaxValue
public void testAddRemoveTotalTaxValue()
-
testCreateOrderForNullOrder
public void testCreateOrderForNullOrder()
-
testCreateOrder
public void testCreateOrder()
-
testAddAllGlobalDiscountValuesCornerCases
public void testAddAllGlobalDiscountValuesCornerCases()
-
testAddAllGlobalDiscountValues
public void testAddAllGlobalDiscountValues()
-
testAddAllTotalTaxValuesCornerCases
public void testAddAllTotalTaxValuesCornerCases()
-
testAddAllTotalTaxValues
public void testAddAllTotalTaxValues()
-
-