Ejemplo n.º 1
0
        public void Constructor_NullReservationsClient_ShouldThrowNullArgumentException()
        {
            var fixtures = new ReservationValidationServiceTestFixtures();

            Assert.Throws <ArgumentNullException>(() => fixtures.CreateServiceWithNullClient());
        }