Esempio n. 1
0
 public void when_configure_is_called_with_null_container_should_throw_exception()
 {
     _sut.Configure(null);
     Assert.Fail("Should have thrown an exception");
 }