14 references to ExpectFile
Microsoft.Build.CommandLine.UnitTests (4)
MSBuildServer_Tests.cs (2)
111TransientTestFile markerFile = _env.ExpectFile(); 183TransientTestFile markerFile = _env.ExpectFile();
TerminalLogger_Tests.cs (2)
667string logFileWithTL = env.ExpectFile(".binlog").Path; 668string logFileWithoutTL = env.ExpectFile(".binlog").Path;
Microsoft.Build.Engine.UnitTests (3)
BinaryLogger_Tests.cs (3)
87_logFile = _env.ExpectFile(".binlog").Path; 138fileToReplay = _env.ExpectFile(".binlog").Path; 228string replayedLogFile = _env.ExpectFile(".binlog").Path;
Microsoft.Build.Tasks.UnitTests (6)
CodeTaskFactoryEmbeddedFileInBinlogTestHelper.cs (2)
54TransientTestFile binlog = env.ExpectFile(".binlog"); 106TransientTestFile binlog = env.ExpectFile(".binlog");
GenerateBindingRedirects_Tests.cs (3)
270string outputAppConfigFile = env.ExpectFile(".config").Path; 282string outputAppConfigFile = _env.ExpectFile(".config").Path; 320string outputAppConfig = string.IsNullOrEmpty(targetAppConfigFile) ? _env.ExpectFile(".config").Path : targetAppConfigFile;
WriteLinesToFile_Tests.cs (1)
164string file = testEnv.ExpectFile().Path;
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
847var output = testEnvironment.ExpectFile();