Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
14 references to Execute
dotnet (1)
Commands\Tool\Update\ToolUpdateCommand.cs (1)
117
return _toolUpdateLocalCommand.
Execute
();
dotnet.Tests (13)
CommandTests\Tool\Update\ToolUpdateLocalCommandTests.cs (13)
157
updateLocalCommand.
Execute
().Should().Be(0);
168
_defaultToolUpdateLocalCommand.
Execute
().Should().Be(0);
189
_toolUpdateAllLocalCommand.
Execute
().Should().Be(0);
217
_defaultToolUpdateLocalCommand.
Execute
().Should().Be(0);
229
_defaultToolUpdateLocalCommand.
Execute
().Should().Be(0);
238
Action a = () => _defaultToolUpdateLocalCommand.
Execute
().Should().Be(0);
267
toolUpdateLocalCommand.
Execute
().Should().Be(0);
300
_defaultToolUpdateLocalCommand.
Execute
();
322
_defaultToolUpdateLocalCommand.
Execute
();
339
_defaultToolUpdateLocalCommand.
Execute
();
351
_defaultToolUpdateLocalCommand.
Execute
();
371
Action a = () => _defaultToolUpdateLocalCommand.
Execute
();
399
toolUpdateLocalCommand.
Execute
().Should().Be(0);