7 references to Person6
Microsoft.AspNetCore.Mvc.IntegrationTests (7)
ComplexTypeIntegrationTestBase.cs (7)
3321
public
Person6
Mother { get; set; }
3334
ParameterType = typeof(
Person6
),
3360
var
model = Assert.IsType<
Person6
>(modelBindingResult.Model);
3385
ParameterType = typeof(
Person6
),
3412
var
model = Assert.IsType<
Person6
>(modelBindingResult.Model);