public void TestUpcase() { Assert.AreEqual("TESTING", StandardFilters.Upcase("Testing")); Assert.AreEqual(null, StandardFilters.Upcase(null)); }