public void Test_rot13ShouldOutputRot13Example() { Assert.AreEqual("ROT13 example.", Kata_Class.Rot13("EBG13 rknzcyr.")); }
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.")); }