Class AgentDAOTest


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

      • AgentDAOTest

        public AgentDAOTest()
    • Method Detail

      • testCreateBooking

        public void testCreateBooking()
      • testGetBooking

        public void testGetBooking()
      • testRemoveBooking

        public void testRemoveBooking()
      • testQueryByConfirmation

        public void testQueryByConfirmation()