3 references to Person5
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
ComplexRecordIntegrationTest.cs (3)
2973ParameterType = typeof(IList<Person5>), 3002var model = Assert.IsType<List<Person5>>(modelBindingResult.Model); 3003var person = Assert.Single(model);