16 references to ExpectFile
Microsoft.Build.BuildCheck.UnitTests (2)
EndToEndTests.cs (2)
581string logFile = _env.ExpectFile(".binlog").Path; 695string logFile = _env.ExpectFile(".binlog").Path;
Microsoft.Build.CommandLine.UnitTests (2)
MSBuildServer_Tests.cs (2)
110TransientTestFile markerFile = _env.ExpectFile(); 182TransientTestFile markerFile = _env.ExpectFile();
Microsoft.Build.Engine.UnitTests (5)
BinaryLogger_Tests.cs (3)
86_logFile = _env.ExpectFile(".binlog").Path; 137fileToReplay = _env.ExpectFile(".binlog").Path; 227string replayedLogFile = _env.ExpectFile(".binlog").Path;
TerminalLogger_Tests.cs (2)
760string logFileWithTL = env.ExpectFile(".binlog").Path; 761string logFileWithoutTL = env.ExpectFile(".binlog").Path;
Microsoft.Build.Tasks.UnitTests (6)
CodeTaskFactoryEmbeddedFileInBinlogTestHelper.cs (2)
53TransientTestFile binlog = env.ExpectFile(".binlog"); 105TransientTestFile 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)
848var output = testEnvironment.ExpectFile();