Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
11 references to Execute
dotnet (1)
Commands\Tool\List\ToolListCommand.cs (1)
31return _toolListGlobalOrToolPathCommand.Execute();
dotnet.Tests (10)
CommandTests\Tool\List\ToolListGlobalOrToolPathCommandTests.cs (10)
38command.Execute().Should().Be(0); 54Action a = () => command.Execute(); 74command.Execute().Should().Be(0); 123command.Execute().Should().Be(0); 154command.Execute().Should().Be(0); 181command.Execute().Should().Be(0); 215command.Execute().Should().Be(0); 242command.Execute().Should().Be(0); 288command.Execute().Should().Be(0); 309command.Execute().Should().Be(1);