4 references to Greeting
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
ValidationIntegrationTests.cs (4)
1875
ParameterType = typeof(
Greeting
)
1897
var message = Assert.IsType<
Greeting
>(modelBindingResult.Model).Message;
1921
ParameterType = typeof(
Greeting
)
1944
var message = Assert.IsType<
Greeting
>(modelBindingResult.Model).Message;