7 references to AssertPropertyStringsParseToDictionary
Microsoft.DotNet.Build.Tasks.Packaging.Tests (7)
NugetPropertyStringProviderTests.cs (7)
19
AssertPropertyStringsParseToDictionary
(new[] { "a=b" }, expectedDictionary);
20
AssertPropertyStringsParseToDictionary
(new[] { " a=b " }, expectedDictionary);
27
AssertPropertyStringsParseToDictionary
(new[] { "a==b=" }, expectedDictionary);
36
AssertPropertyStringsParseToDictionary
(new[] { $"a={multiLineString}" }, expectedDictionary);
39
AssertPropertyStringsParseToDictionary
(new[] { $"{multiLineString}=b" }, expectedDictionary);
42
AssertPropertyStringsParseToDictionary
(new[] { $"{multiLineString}={multiLineString}" }, expectedDictionary);
55
AssertPropertyStringsParseToDictionary
(new string[0], expectedDictionary);