Esempio n. 1
0
 public void AssertFileExistsWithContent(string content, params string[] path)
 {
     SolutionExplorer.AssertFileExistsWithContent(SolutionDirectory, content, AddSolutionToPath(path));
 }