public void TestTest() { Rot13.ExecuteRot13("Test").ShouldBe("Grfg"); }
public void TestExclamationTest() { Rot13.ExecuteRot13("TeSt!").ShouldBe("GrFg!"); }
public void testTest() { Rot13.ExecuteRot13("test").ShouldBe("grfg"); }