Пример #1
0
 public void throws_not_implemented()
 {
     Assert.ThrowsException <NotImplementedException>(
         () => _sample.DoSmth("blah"));
 }