1 write to _log
dotnet-new.IntegrationTests (1)
DotnetNewCompleteTests.cs (1)
14
_log
= log;
3 references to _log
dotnet-new.IntegrationTests (3)
DotnetNewCompleteTests.cs (3)
21
CommandResult commandResult = new DotnetCommand(
_log
, "complete", $"new --debug:custom-hive {homeDir} ").Execute();
24
commandResult = new DotnetCommand(
_log
, "complete", $"new --debug:custom-hive {homeDir} ").Execute();
40
CommandResult commandResult = new DotnetCommand(
_log
, "complete", $"new co --debug:custom-hive {homeDir} --language C#", "--position", "7")