3 references to Person5
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
ComplexTypeIntegrationTestBase.cs (3)
3181ParameterType = typeof(IList<Person5>), 3210var model = Assert.IsType<List<Person5>>(modelBindingResult.Model); 3211var person = Assert.Single(model);