Exemplo n.º 1
0
 public void ROT13()
 {
     hash = fileHasher.GetROT13();
     Assert.AreEqual("grfg", hash);
 }