Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
8 references to Execute
dotnet (1)
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
101
command.SetAction((parseResult) => new ToolInstallCommand(parseResult).
Execute
());
dotnet.Tests (7)
CommandTests\Tool\Install\ToolInstallCommandTests.cs (5)
28
Action a = () => toolInstallCommand.
Execute
();
72
Action a = () => toolInstallCommand.
Execute
();
89
Action a = () => toolInstallCommand.
Execute
();
107
Action a = () => toolInstallCommand.
Execute
();
125
Action a = () => toolInstallCommand.
Execute
();
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
171
toolInstallCommand.
Execute
().Should().Be(0);
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (1)
250
toolInstallCommand.
Execute
().Should().Be(0);