4 references to GetPackageSourceCount
Microsoft.DotNet.SetupNugetSources.Tests (4)
BoundaryConditionTests.cs (1)
181
modifiedConfig.
GetPackageSourceCount
().Should().Be(0, "should not add dotnet internal feeds without dotnet public feeds");
FeedEnablingTests.cs (1)
146
modifiedConfig.
GetPackageSourceCount
().Should().Be(4, "should enable existing feed and add transport feed");
InternalFeedAdditionTests.cs (2)
109
modifiedConfig.
GetPackageSourceCount
().Should().Be(19, "should have all original sources plus internal feeds");
144
modifiedConfig.
GetPackageSourceCount
().Should().Be(4, "should not duplicate existing sources");