4 references to Address
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
HeaderModelBinderIntegrationTest.cs (4)
96Assert.NotNull(boundPerson.Address); 97Assert.Equal("someValue", boundPerson.Address.Street); 138Assert.NotNull(boundPerson.Address); 139Assert.Equal("someValue", boundPerson.Address.Street);