1 write to UpdateAdvertisingManifestsCallCount
dotnet.Tests (1)
CommandTests\Workload\Install\MockWorkloadManifestUpdater.cs (1)
33
UpdateAdvertisingManifestsCallCount
++;
2 references to UpdateAdvertisingManifestsCallCount
dotnet.Tests (2)
CommandTests\Workload\Install\GivenDotnetWorkloadInstall.cs (1)
139
manifestUpdater.
UpdateAdvertisingManifestsCallCount
.Should().Be(1);
CommandTests\Workload\Update\GivenDotnetWorkloadUpdate.cs (1)
505
manifestUpdater.
UpdateAdvertisingManifestsCallCount
.Should().Be(1);