예제 #1
0
 public void should_call_hash_provider_for_each_file()
 {
     HashProvider.Verify(x => x.hash_file(It.IsAny <string>()), Times.Exactly(files.Count));
 }