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