Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
10 references to Execute
dotnet (1)
Commands\Tool\Uninstall\ToolUninstallCommand.cs (1)
39
return _toolUninstallLocalCommand.
Execute
();
dotnet.Tests (9)
CommandTests\Tool\Uninstall\ToolUninstallLocalCommandTests.cs (9)
55
_defaultToolUninstallLocalCommand.
Execute
().Should().Be(0);
64
Action a = () => _defaultToolUninstallLocalCommand.
Execute
().Should().Be(0);
81
Action a = () => _defaultToolUninstallLocalCommand.
Execute
().Should().Be(0);
105
toolUninstallLocalCommand.
Execute
().Should().Be(0);
130
_defaultToolUninstallLocalCommand.
Execute
();
145
_defaultToolUninstallLocalCommand.
Execute
();
157
_defaultToolUninstallLocalCommand.
Execute
();
158
_defaultToolUninstallLocalCommand.
Execute
();
171
_defaultToolUninstallLocalCommand.
Execute
();