public static void CommasMatter() { Assert.AreEqual("Letz EAT Grandma!1!", Noobify.N00bify("Let's eat, Grandma!")); }
public static void HowRU() { Assert.AreEqual("HI HOW R U 2DAY?????", Noobify.N00bify("Hi, how are you today?")); }
public static void LongSentence() { Assert.AreEqual("OMG I think IT would B nice IF we COULD all GET along", Noobify.N00bify("I think it would be nice if we could all get along.")); }