6 references to Order2
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ValidationIntegrationTests.cs (6)
259
ParameterType = typeof(
Order2
)
275
var
model = Assert.IsType<
Order2
>(modelBindingResult.Model);
297
ParameterType = typeof(
Order2
)
313
var
model = Assert.IsType<
Order2
>(modelBindingResult.Model);