Ejemplo n.º 1
0
 public void Test_rot13ShouldOutputRot13Example()
 {
     Assert.AreEqual("ROT13 example.", Kata_Class.Rot13("EBG13 rknzcyr."));
 }
Ejemplo n.º 2
0
 public void Test_rot13ShouldOutputJoke()
 {
     Assert.AreEqual("In the elevators, the extrovert looks at the OTHER guy's shoes.", Kata_Class.Rot13("Va gur ryringbef, gur rkgebireg ybbxf ng gur BGURE thl'f fubrf."));
 }