4 references to CountMatchingSuggestions
Microsoft.NET.Sdk.WorkloadManifestReader.Tests (4)
WorkloadSuggestionFinderTests.cs (4)
164Assert.Equal(1, CountMatchingSuggestions(completeSuggestions, "workload1", "workload3", "workload4"));
165Assert.Equal(1, CountMatchingSuggestions(completeSuggestions, "workload1", "workload5"));
166Assert.Equal(1, CountMatchingSuggestions(completeSuggestions, "workload2", "workload4"));
167Assert.Equal(1, CountMatchingSuggestions(completeSuggestions, "workload2", "workload5"));