5 references to Order5
Microsoft.AspNetCore.Mvc.IntegrationTests (5)
ValidationIntegrationTests.cs (5)
529
ParameterType = typeof(List<
Order5
>)
545
var model = Assert.IsType<List<
Order5
>>(modelBindingResult.Model);
566
ParameterType = typeof(List<
Order5
>)
583
var model = Assert.IsType<List<
Order5
>>(modelBindingResult.Model);
584
var
item = Assert.Single(model);