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