Package de.hybris.platform.order
Class RemoveUserWithOrderTest
- All Implemented Interfaces:
JaloSessionHolder
Test presenting change after PLA-11055. Tests a
UserRemoveInterceptor.-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidTests the removeAll method with user and order models.voidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
RemoveUserWithOrderTest
public RemoveUserWithOrderTest()
-
-
Method Details
-
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).
-