4 references to NonNullPersonWithRequiredProperties
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
DictionaryModelBinderIntegrationTest.cs (4)
1446
ParameterType = typeof(Dictionary<string,
NonNullPersonWithRequiredProperties
>)
1462
var model = Assert.IsType<Dictionary<string,
NonNullPersonWithRequiredProperties
>>(modelBindingResult.Model);
1468
var
person = kvp.Value;
1475
var
person = kvp.Value;