1 implementation of Execute
Microsoft.Arcade.Common (1)
Command.cs (1)
55
public CommandResult
Execute
()
18 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
())
Microsoft.DotNet.VersionTools (9)
Util\GitCommand.cs (9)
20
.
Execute
();
32
.
Execute
()
55
.
Execute
();
74
.
Execute
()
84
.
Execute
()
91
.
Execute
()
99
.
Execute
();
108
.
Execute
();
117
.
Execute
();