4 references to Greeting
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
ValidationWithRecordIntegrationTests.cs (4)
1678
ParameterType = typeof(
Greeting
)
1700
var message = Assert.IsType<
Greeting
>(modelBindingResult.Model).Message;
1724
ParameterType = typeof(
Greeting
)
1747
var message = Assert.IsType<
Greeting
>(modelBindingResult.Model).Message;