Example #1
0
 public void SetUp()
 {
     this.testee = new FileHasher();
     this.filePath = Path.GetTempFileName();
     this.hashFilePath = string.Format(CultureInfo.InvariantCulture, "{0}.{1}", this.filePath, "sha1");
 }
Example #2
0
 public void SetUp()
 {
     this.testee       = new FileHasher();
     this.filePath     = Path.GetTempFileName();
     this.hashFilePath = string.Format(CultureInfo.InvariantCulture, "{0}.{1}", this.filePath, "sha1");
 }