9 references to Person5
Microsoft.AspNetCore.Mvc.IntegrationTests (9)
BodyValidationIntegrationTests.cs (9)
521ParameterType = typeof(Person5) 538var boundPerson = Assert.IsType<Person5>(modelBindingResult.Model); 570ParameterType = typeof(Person5) 580var boundPerson = Assert.IsType<Person5>(modelBindingResult.Model); 599[InlineData(typeof(Person5), false)] 659ParameterType = typeof(Person5) 679Assert.IsType<Person5>(modelBindingResult.Model);