コード例 #1
0
 public void TestTest()
 {
     Rot13.ExecuteRot13("Test").ShouldBe("Grfg");
 }
コード例 #2
0
 public void TestExclamationTest()
 {
     Rot13.ExecuteRot13("TeSt!").ShouldBe("GrFg!");
 }
コード例 #3
0
 public void testTest()
 {
     Rot13.ExecuteRot13("test").ShouldBe("grfg");
 }