Class RemoveUserWithOrderTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class RemoveUserWithOrderTest extends ServicelayerTransactionalTest
Test presenting change after PLA-11055. Tests a UserRemoveInterceptor.
  • 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).