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