1 implementation of Execute
Microsoft.Arcade.Common (1)
Command.cs (1)
55
public CommandResult
Execute
()
9 references to Execute
Microsoft.DotNet.Helix.Sdk (1)
InstallDotNetTool.cs (1)
169
CommandResult result = command.
Execute
();
Microsoft.DotNet.Helix.Sdk.Tests (8)
InstallDotNetToolTests.cs (8)
101
_commandMock.Verify(x => x.
Execute
(), Times.Never);
113
.Setup(x => x.
Execute
())
125
_commandMock.Verify(x => x.
Execute
(), Times.Once);
138
.Setup(x => x.
Execute
())
150
_commandMock.Verify(x => x.
Execute
(), Times.Once);
162
.Setup(x => x.
Execute
())
195
_commandMock.Verify(x => x.
Execute
(), Times.Once);
224
.Setup(x => x.
Execute
())