1 write to _log
dotnet-new.IntegrationTests (1)
DotnetNewTests.cs (1)
15_log = log;
8 references to _log
dotnet-new.IntegrationTests (8)
DotnetNewTests.cs (8)
22CommandResult commandResult = new DotnetNewCommand(_log) 39CommandResult commandResult = new DotnetNewCommand(_log, "search", "template-does-not-exist", optionName, optionValue) 52CommandResult commandResult = new DotnetNewCommand(_log, "search", "template-does-not-exist") 71CommandResult commandResult = new DotnetNewCommand(_log, "search", "template-does-not-exist", optionName, optionValue) 91CommandResult commandResult = new DotnetNewCommand(_log, "search", "template-does-not-exist", optionName, optionValue) 113_log, 131CommandResult commandResult = new DotnetNewCommand(_log, "console", "--dry-run") 151CommandResult commandResult = new DotnetNewCommand(_log, "console", "--dry-run")