Esempio n. 1
0
 public void TestMakeLowerCase()
 {
     Assert.Catch <NotImplementedException>(() => test.MakeLowerCase("boo"));
 }