10 references to AddFile
dotnet.Tests (10)
BuildServerTests\BuildServerProviderTests.cs (2)
111
IFileSystem fileSystemMock = fileSystemMockBuilder.
AddFile
(
114
.
AddFile
(
BuildServerTests\RazorServerTests.cs (5)
32
.
AddFile
(pidFilePath, "")
33
.
AddFile
(serverPath, "")
71
.
AddFile
(pidFilePath, "")
72
.
AddFile
(serverPath, "")
105
.
AddFile
(pidFilePath, "")
ConfigurerTests\GivenAFirstTimeUseNoticeSentinel.cs (1)
78
_fileSystemMockBuilder.
AddFile
(sentinel, contentToValidateSentinelWasNotReplaced);
ShellShimTests\LinuxEnvironmentPathTests.cs (1)
59
.
AddFile
(LinuxEnvironmentPath.DotnetCliToolsProfilePath, "")
ShellShimTests\OsxEnvironmentPathTests.cs (1)
59
.
AddFile
(OsxBashEnvironmentPath.DotnetCliToolsPathsDPath, "")