6 references to Order1
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ValidationIntegrationTests.cs (6)
171
ParameterType = typeof(
Order1
)
187
var
model = Assert.IsType<
Order1
>(modelBindingResult.Model);
208
ParameterType = typeof(
Order1
)
224
var
model = Assert.IsType<
Order1
>(modelBindingResult.Model);