5 references to CommandResult
Microsoft.Arcade.Common (1)
Microsoft.DotNet.Helix.Sdk.Tests (4)
InstallDotNetToolTests.cs (4)
114.Returns(new CommandResult(new ProcessStartInfo(), 0, "Tool installed", null));
139.Returns(new CommandResult(new ProcessStartInfo(), 1, null, "Installation failed"));
163.Returns(new CommandResult(new ProcessStartInfo(), 0, "Tool installed", null));
232.Returns(new CommandResult(new ProcessStartInfo(), 0, "Tool installed", null));