Class UnitDaoTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class UnitDaoTest extends ServicelayerTransactionalTest
Tests UnitDao
  • Constructor Details

    • UnitDaoTest

      public UnitDaoTest()
  • Method Details

    • setUp

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

      public void testFindAllUnits() throws Exception
      Throws:
      Exception
    • testFindAllUnitTypes

      public void testFindAllUnitTypes() throws Exception
      Throws:
      Exception
    • testFindUnitByCode

      public void testFindUnitByCode() throws Exception
      Throws:
      Exception
    • testFindUnitByCodeWhenCodeIsNull

      public void testFindUnitByCodeWhenCodeIsNull() throws Exception
      Throws:
      Exception
    • testFindUnitByCodeWhenNoResults

      public void testFindUnitByCodeWhenNoResults() throws Exception
      Throws:
      Exception
    • testFindUnitsByUnitType

      public void testFindUnitsByUnitType() throws Exception
      Throws:
      Exception