Class WarehousingPointOfServiceFacadeIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class WarehousingPointOfServiceFacadeIntegrationTest extends BaseWarehousingFacadeIntegrationTest
  • Field Details

  • Constructor Details

    • WarehousingPointOfServiceFacadeIntegrationTest

      public WarehousingPointOfServiceFacadeIntegrationTest()
  • Method Details

    • setup

      public void setup()
    • testGetPointOfServiceByName

      public void testGetPointOfServiceByName()
    • testGetPointOfServiceByNameWrongCode

      public void testGetPointOfServiceByNameWrongCode()
    • testGetPointOfServiceByNameNull

      public void testGetPointOfServiceByNameNull()
    • testGetListOfWarehousesForPointOfService

      public void testGetListOfWarehousesForPointOfService()
    • testGetListOfWarehousesForPointOfServiceWrongName

      public void testGetListOfWarehousesForPointOfServiceWrongName()
    • testUpdatePointOfServiceWithWarehouses

      public void testUpdatePointOfServiceWithWarehouses()
    • testUpdatePointOfServiceWithEmptyWarehouse

      public void testUpdatePointOfServiceWithEmptyWarehouse()
    • testUpdatePointOfServiceWithSameWarehouseTwice

      public void testUpdatePointOfServiceWithSameWarehouseTwice()
    • testUpdatePointOfServiceInvalidWarehouse

      public void testUpdatePointOfServiceInvalidWarehouse()
    • testDeletePointOfServiceWithWarehouses

      public void testDeletePointOfServiceWithWarehouses()
    • testDeletePointOfServiceWithInvalidWarehouse

      public void testDeletePointOfServiceWithInvalidWarehouse()
    • testDeletePointOfServiceWithNullWarehouse

      public void testDeletePointOfServiceWithNullWarehouse()
    • testUpdatePointOfServiceWithAddress

      public void testUpdatePointOfServiceWithAddress()
    • createAddressData

      protected AddressData createAddressData()