Ejemplo n.º 1
0
 public void TestTest()
 {
     Rot13.ExecuteRot13("Test").ShouldBe("Grfg");
 }
Ejemplo n.º 2
0
 public void TestExclamationTest()
 {
     Rot13.ExecuteRot13("TeSt!").ShouldBe("GrFg!");
 }
Ejemplo n.º 3
0
 public void testTest()
 {
     Rot13.ExecuteRot13("test").ShouldBe("grfg");
 }