Ejemplo n.º 1
0
 public void Base64()
 {
     hash = fileHasher.GetBase64();
     Assert.AreEqual("dGVzdA==", hash);
 }