5 references to Address
Microsoft.AspNetCore.Mvc.IntegrationTests (5)
ActionParametersIntegrationTest.cs (5)
154Assert.NotNull(boundModel.Address); 155Assert.Single(boundModel.Address); 156Assert.Equal("SomeStreet", boundModel.Address[0].Street); 332Assert.Single(boundModel.Address); 333Assert.Equal("SomeStreet", boundModel.Address[0].Street);