16 references to ExpectFile
Microsoft.Build.BuildCheck.UnitTests (2)
EndToEndTests.cs (2)
212
string logFile = _env.
ExpectFile
(".binlog").Path;
320
string logFile = _env.
ExpectFile
(".binlog").Path;
Microsoft.Build.CommandLine.UnitTests (4)
MSBuildServer_Tests.cs (2)
111
TransientTestFile markerFile = _env.
ExpectFile
();
183
TransientTestFile markerFile = _env.
ExpectFile
();
TerminalLogger_Tests.cs (2)
709
string logFileWithTL = env.
ExpectFile
(".binlog").Path;
710
string logFileWithoutTL = env.
ExpectFile
(".binlog").Path;
Microsoft.Build.Engine.UnitTests (3)
BinaryLogger_Tests.cs (3)
87
_logFile = _env.
ExpectFile
(".binlog").Path;
138
fileToReplay = _env.
ExpectFile
(".binlog").Path;
228
string replayedLogFile = _env.
ExpectFile
(".binlog").Path;
Microsoft.Build.Tasks.UnitTests (6)
CodeTaskFactoryEmbeddedFileInBinlogTestHelper.cs (2)
54
TransientTestFile binlog = env.
ExpectFile
(".binlog");
106
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
();