示例#1
0
 public static void AssertThatIfContentHashExistsItIsEqualTo(this IDocument doc, byte[] content, string msg = null)
 {
     doc.AssertThatIfContentHashExistsItIsEqualToHash(ComputeSha1Hash(content), msg: msg);
 }