2 references to CreateCommandWithArg
dotnet.Tests (2)
CommandTests\Tool\List\ToolListLocalCommandTests.cs (2)
117CreateCommandWithArg("package.id").Execute().Should().Be(0); 128CreateCommandWithArg("not-installed-package").Execute().Should().Be(1);