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