Class DefaultB2BCommerceUnitFacadeIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest @ContextConfiguration(locations="classpath:b2bacceleratorfacades/test/b2bacceleratorfacades-test-spring.xml") public class DefaultB2BCommerceUnitFacadeIntegrationTest extends AbstractCommerceOrgIntegrationTest
Integration tests for DefaultB2BCommerceUnitFacade.
  • Constructor Details

    • DefaultB2BCommerceUnitFacadeIntegrationTest

      public DefaultB2BCommerceUnitFacadeIntegrationTest()
  • Method Details

    • testGetPagedApproversForUnit

      public void testGetPagedApproversForUnit()
    • testGetPagedApproversForUnitNullUid

      public void testGetPagedApproversForUnitNullUid()
    • testGetPagedCustomersForUnit

      public void testGetPagedCustomersForUnit()
    • testGetPagedCustomersForUnitNullUid

      public void testGetPagedCustomersForUnitNullUid()
    • testGetPagedAdministratorsForUnit

      public void testGetPagedAdministratorsForUnit()
    • testGetPagedAdministratorsForUnitNullUid

      public void testGetPagedAdministratorsForUnitNullUid()
    • testGetPagedManagersForUnit

      public void testGetPagedManagersForUnit()
    • testGetPagedManagersForUnitNullUid

      public void testGetPagedManagersForUnitNullUid()
    • testDisableAndEnableUnit

      public void testDisableAndEnableUnit()
    • testDisableUnitNullUid

      public void testDisableUnitNullUid()
    • testEnableUnitNullUid

      public void testEnableUnitNullUid()
    • testGetAllowedParentUnits

      public void testGetAllowedParentUnits()
    • testAddApproverToUnit

      public void testAddApproverToUnit()
    • testAddApproverToUnitNullUnitUid

      public void testAddApproverToUnitNullUnitUid()
    • testAddApproverToUnitNullApproverUid

      public void testAddApproverToUnitNullApproverUid()
    • testRemoveApproverFromUnit

      public void testRemoveApproverFromUnit()
    • testRemoveApproverFromUnitNullUnitUid

      public void testRemoveApproverFromUnitNullUnitUid()
    • testRemoveApproverFromUnitNullApproverUid

      public void testRemoveApproverFromUnitNullApproverUid()
    • testGetAllActiveUnitsOfOrganization

      public void testGetAllActiveUnitsOfOrganization()
    • testGetPagedUserDataForUnit

      public void testGetPagedUserDataForUnit()
    • testAddAddressToUnit

      public void testAddAddressToUnit()
    • testRemoveAddressFromUnit

      public void testRemoveAddressFromUnit()
    • testRemoveAddressFromUnitNullUnitUid

      public void testRemoveAddressFromUnitNullUnitUid()
    • testRemoveAddressFromUnitNullAddressId

      public void testRemoveAddressFromUnitNullAddressId()
    • testEditAddressOfUnit

      public void testEditAddressOfUnit()
    • testEditAddressOfUnitNullAddress

      public void testEditAddressOfUnitNullAddress()
    • testEditAddressOfUnitNullUnitUid

      public void testEditAddressOfUnitNullUnitUid()
    • testUpdateOrCreateBusinessUnit

      public void testUpdateOrCreateBusinessUnit()
    • getTestDataPath

      protected String getTestDataPath()
      Specified by:
      getTestDataPath in class AbstractCommerceOrgIntegrationTest