16 references to ExpectFile
Microsoft.Build.BuildCheck.UnitTests (2)
EndToEndTests.cs (2)
581
string logFile = _env.
ExpectFile
(".binlog").Path;
695
string logFile = _env.
ExpectFile
(".binlog").Path;
Microsoft.Build.CommandLine.UnitTests (2)
MSBuildServer_Tests.cs (2)
110
TransientTestFile markerFile = _env.
ExpectFile
();
182
TransientTestFile markerFile = _env.
ExpectFile
();
Microsoft.Build.Engine.UnitTests (5)
BinaryLogger_Tests.cs (3)
86
_logFile = _env.
ExpectFile
(".binlog").Path;
137
fileToReplay = _env.
ExpectFile
(".binlog").Path;
227
string replayedLogFile = _env.
ExpectFile
(".binlog").Path;
TerminalLogger_Tests.cs (2)
760
string logFileWithTL = env.
ExpectFile
(".binlog").Path;
761
string logFileWithoutTL = env.
ExpectFile
(".binlog").Path;
Microsoft.Build.Tasks.UnitTests (6)
CodeTaskFactoryEmbeddedFileInBinlogTestHelper.cs (2)
53
TransientTestFile binlog = env.
ExpectFile
(".binlog");
105
TransientTestFile binlog = env.
ExpectFile
(".binlog");
GenerateBindingRedirects_Tests.cs (3)
270
string outputAppConfigFile = env.
ExpectFile
(".config").Path;
282
string outputAppConfigFile = _env.
ExpectFile
(".config").Path;
320
string outputAppConfig = string.IsNullOrEmpty(targetAppConfigFile) ? _env.
ExpectFile
(".config").Path : targetAppConfigFile;
WriteLinesToFile_Tests.cs (1)
164
string file = testEnv.
ExpectFile
().Path;
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
848
var output = testEnvironment.
ExpectFile
();