6 references to User
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ValidationWithRecordIntegrationTests.cs (6)
1074ParameterType = typeof(User) 1090var model = Assert.IsType<User>(modelBindingResult.Model); 1114ParameterType = typeof(User) 1130var model = Assert.IsType<User>(modelBindingResult.Model);