11 references to ToolPackageStoreMock
dotnet.Tests (9)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
72var store = new ToolPackageStoreMock(
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (1)
51new(new DirectoryPath(_pathToPlacePackages), _fileSystem);
CommandTests\Tool\Restore\ToolRestoreCommandTests.cs (1)
63new(new DirectoryPath(_pathToPlacePackages), _fileSystem);
CommandTests\Tool\Restore\ToolRestoreCommandWithMultipleNugetConfigTests.cs (1)
50new(new DirectoryPath(pathToPlacePackages), _fileSystem);
CommandTests\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommandTests.cs (3)
132var store = new ToolPackageStoreMock( 232var store = new ToolPackageStoreMock(new DirectoryPath(_toolsDirectory), _fileSystem); 263var store = new ToolPackageStoreMock(
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
47_store = new ToolPackageStoreMock(new DirectoryPath(_toolsDirectory), _fileSystem);
CommandTests\Tool\Update\ToolUpdateLocalCommandTests.cs (1)
64new(new DirectoryPath(_pathToPlacePackages), _fileSystem);
Microsoft.DotNet.PackageInstall.Tests (2)
ToolPackageInstallerNugetCacheTests.cs (1)
131store = new ToolPackageStoreMock(root, fileSystem);
ToolPackageUninstallerTests.cs (1)
91var toolPackageStoreMock = new ToolPackageStoreMock(root, fileSystem);