Exemplo n.º 1
0
 public void AssertFileExists(params string[] path)
 {
     SolutionExplorer.AssertFileExists(SolutionDirectory, AddSolutionToPath(path));
 }