Class HotelRegistrationTest


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

      • HotelRegistrationTest

        public HotelRegistrationTest()
    • Method Detail

      • testCreateRegistration

        public void testCreateRegistration()
                                    throws Exception
        Throws:
        Exception
      • testGoodCancelRegistration

        public void testGoodCancelRegistration()
                                        throws Exception
        Throws:
        Exception
      • testBadCancelRegistration

        public void testBadCancelRegistration()
                                       throws Exception
        Throws:
        Exception
      • testGetRegistrations

        public void testGetRegistrations()
                                  throws Exception
        Throws:
        Exception
      • testGetRegistrationsForName

        public void testGetRegistrationsForName()
                                         throws Exception
        Throws:
        Exception