7 references to Person6
Microsoft.AspNetCore.Mvc.IntegrationTests (7)
ComplexRecordIntegrationTest.cs (7)
3102
private record Person6(string Name,
Person6
Mother, IFormFile Photo);
3112
ParameterType = typeof(
Person6
),
3138
var
model = Assert.IsType<
Person6
>(modelBindingResult.Model);
3163
ParameterType = typeof(
Person6
),
3190
var
model = Assert.IsType<
Person6
>(modelBindingResult.Model);