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