Package de.hybris.platform.order
Class RemoveUserWithOrderTest
- java.lang.Object
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class RemoveUserWithOrderTest extends ServicelayerTransactionalTest
Test presenting change after PLA-11055. Tests aUserRemoveInterceptor
.
-
-
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 RemoveUserWithOrderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testDeleteUserWithFewOrders()
void
testDeleteUserWithFewOrdersPriorOrdersDelete()
void
testDeleteUserWithFewOrdersTransactional()
void
testDeleteUserWithOneOrder()
void
testDeleteUserWithOrderWithDifferentOrderOfArguments()
Tests the removeAll method with user and order models.void
testDeleteUserWithOutOrder()
-
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
-
testDeleteUserWithOneOrder
public void testDeleteUserWithOneOrder()
-
testDeleteUserWithOutOrder
public void testDeleteUserWithOutOrder()
-
testDeleteUserWithFewOrders
public void testDeleteUserWithFewOrders()
-
testDeleteUserWithFewOrdersPriorOrdersDelete
public void testDeleteUserWithFewOrdersPriorOrdersDelete()
-
testDeleteUserWithFewOrdersTransactional
public void testDeleteUserWithFewOrdersTransactional()
-
testDeleteUserWithOrderWithDifferentOrderOfArguments
public void testDeleteUserWithOrderWithDifferentOrderOfArguments()
Tests the removeAll method with user and order models. The order of passed arguments should Not matter (PLA-11084).
-
-