1 write to _log
dotnet-new.IntegrationTests (1)
DotnetNewLocaleTests.cs (1)
17
_log
= log;
8 references to _log
dotnet-new.IntegrationTests (8)
DotnetNewLocaleTests.cs (8)
30
CommandResult commandResult = new DotnetNewCommand(
_log
, "-i", testTemplatesFolder)
54
CommandResult commandResult = new DotnetNewCommand(
_log
, "-i", testTemplatesFolder)
74
new DotnetNewCommand(
_log
, "-i", testTemplateLocation)
117
CommandResult commandResult = new DotnetNewCommand(
_log
, "-i", testTemplateLocation)
145
new DotnetNewCommand(
_log
, "-i", tmpTemplateLocation)
165
new DotnetNewCommand(
_log
, "TestAssets.TemplateWithLocalization")
198
CommandResult result = new DotnetNewCommand(
_log
, "-i", tmpTemplateLocation)
225
result = new DotnetNewCommand(
_log
, "TestAssets.TemplateWithLocalization")