2 references to Section2
Microsoft.Extensions.Configuration.KeyPerFile.Tests (2)
ConfigurationProviderTestBase.cs (2)
137
Assert.Equal("Value123", options.Section1.
Section2
.Key3);
139
Assert.Equal(new[] { "ArrayValue0", "ArrayValue1", "ArrayValue2" }, options.Section1.
Section2
.Key3a);