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