コード例 #1
0
ファイル: Noobify.cs プロジェクト: pawelmrowczynski/CodeKatas
 public static void CommasMatter()
 {
     Assert.AreEqual("Letz EAT Grandma!1!",
                     Noobify.N00bify("Let's eat, Grandma!"));
 }
コード例 #2
0
ファイル: Noobify.cs プロジェクト: pawelmrowczynski/CodeKatas
 public static void HowRU()
 {
     Assert.AreEqual("HI HOW R U 2DAY?????", Noobify.N00bify("Hi, how are you today?"));
 }
コード例 #3
0
ファイル: Noobify.cs プロジェクト: pawelmrowczynski/CodeKatas
 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."));
 }