11 references to MockInstallationRecordRepository
dotnet.Tests (11)
CommandTests\Workload\Install\GivenWorkloadManifestUpdater.cs (10)
132var installationRepo = new MockInstallationRecordRepository(); 201var installationRepo = new MockInstallationRecordRepository(); 243var installationRepo = new MockInstallationRecordRepository(); 320var installationRepo = new MockInstallationRecordRepository(); 386var installationRepo = new MockInstallationRecordRepository(); 449var installationRepo = new MockInstallationRecordRepository(); 492var installationRepo = new MockInstallationRecordRepository(); 534var installationRepo = new MockInstallationRecordRepository(); 565var installationRepo = new MockInstallationRecordRepository(); 725var installationRepo = new MockInstallationRecordRepository();
CommandTests\Workload\Install\MockPackWorkloadInstaller.cs (1)
43InstallationRecordRepository = new MockInstallationRecordRepository(failingWorkload, installedWorkloads?.ToHashSet());