Class HotelRegistrationDAOTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class HotelRegistrationDAOTest
    extends DAOTestBase
    This class tests the ReservationDAO. The code contained here will be similar to the calls made by the Hotel Reservation business logic.
    • Constructor Detail

      • HotelRegistrationDAOTest

        public HotelRegistrationDAOTest()
    • Method Detail

      • testCreateRegistration

        public void testCreateRegistration()
      • testMergePeople

        public void testMergePeople()
        This will test the ability to create a new Reservation for an existing person.
      • testGetReservation

        public void testGetReservation()
      • testRemoveReservation

        public void testRemoveReservation()
      • testQueryByName

        public void testQueryByName()
      • testQueryByConfirmation

        public void testQueryByConfirmation()