public void TestClassify() { Assert.AreEqual("EggAndHam", Inflector.Classify("egg_and_hams")); Assert.AreEqual("Post", Inflector.Classify("post")); }