1 write to _log
dotnet-new.IntegrationTests (1)
DotnetNewDetailsTest.cs (1)
13
_log
= log;
17 references to _log
dotnet-new.IntegrationTests (17)
DotnetNewDetailsTest.Approval.cs (13)
19
CommandResult commandResult = new DotnetNewCommand(
_log
, "details", _nuGetPackageId, "--version", "4.8.0-dev.604")
36
var createCommandResult = () => new DotnetNewCommand(
_log
, "details", _nuGetPackageId)
64
CommandResult commandResult = new DotnetNewCommand(
_log
, "details", "Microsoft.Azure.WebJobs.ItemTemplates", "--version", "4.0.2288")
82
CommandResult commandResult = new DotnetNewCommand(
_log
, "details", packageName)
99
string packageLocation = PackTestNuGetPackage(
_log
);
101
new DotnetNewCommand(
_log
, "install", packageLocation)
110
CommandResult commandResult = new DotnetNewCommand(
_log
, "details", "Microsoft.TemplateEngine.TestTemplates")
128
new DotnetNewCommand(
_log
, "install", _nuGetPackageId, "--nuget-source", "https://api.nuget.org/v3/index.json")
136
CommandResult commandResult = new DotnetNewCommand(
_log
, "details", _nuGetPackageId)
155
new DotnetNewCommand(
_log
, "install", packageName)
163
CommandResult commandResult = new DotnetNewCommand(
_log
, "details", packageName)
182
new DotnetNewCommand(
_log
, "install", basicFSharp)
189
CommandResult commandResult = new DotnetNewCommand(
_log
, "details", basicFSharp)
DotnetNewDetailsTest.cs (4)
20
string packageLocation = PackTestNuGetPackage(
_log
);
22
new DotnetNewCommand(
_log
, "install", packageLocation)
30
new DotnetNewCommand(
_log
, "details", "Microsoft.TemplateEngine.TestTemplates")
51
new DotnetNewCommand(
_log
, "details", nonexistantPackageName)