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

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