Example #1
0
 public void TestTempify()
 {
     TempedFile target = new TempedFile(); // TODO: Initialize to an appropriate value
     string tempDirectory = string.Empty; // TODO: Initialize to an appropriate value
     target.Tempify(tempDirectory);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }