6 references to User
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ValidationIntegrationTests.cs (6)
1222
ParameterType = typeof(
User
)
1238
var
model = Assert.IsType<
User
>(modelBindingResult.Model);
1262
ParameterType = typeof(
User
)
1278
var
model = Assert.IsType<
User
>(modelBindingResult.Model);