Exemplo n.º 1
0
        public void AnimalListBooking()
        {
            bookingViewModel.Booking.Date = new DateTime(2020, 1, 31);

            var result = bookingController.AnimalsBooking(bookingViewModel.Booking) as ViewResult;

            Assert.IsNotNull(result);
        }