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