Class DefaultOrgUnitDaoIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultOrgUnitDaoIntegrationTest extends BaseCommerceBaseTest
JUnit test suite for DefaultOrgUnitDao
  • Constructor Details

    • DefaultOrgUnitDaoIntegrationTest

      public DefaultOrgUnitDaoIntegrationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldFindAllUnits

      public void shouldFindAllUnits()
    • shouldNotFindAllUnitsIfUnitIsNull

      public void shouldNotFindAllUnitsIfUnitIsNull()
    • shouldNotFindAllUnitsIfUnitIsEmpty

      public void shouldNotFindAllUnitsIfUnitIsEmpty()
    • shouldNotFindAllUnitsIfPageableDataIsNull

      public void shouldNotFindAllUnitsIfPageableDataIsNull()
    • shouldFindMembersOfType

      public void shouldFindMembersOfType()
    • shouldNoteFindMembersOfTypeIfUnitsIsNull

      public void shouldNoteFindMembersOfTypeIfUnitsIsNull()
    • shouldNoteFindMembersOfTypeIfMemberTypeIsNull

      public void shouldNoteFindMembersOfTypeIfMemberTypeIsNull()
    • shouldNoteFindMembersOfTypeIfPageableDataIsNull

      public void shouldNoteFindMembersOfTypeIfPageableDataIsNull()