4 references to NonNullPerson
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
DictionaryModelBinderIntegrationTest.cs (4)
1293
ParameterType = typeof(Dictionary<string,
NonNullPerson
>)
1309
var model = Assert.IsType<Dictionary<string,
NonNullPerson
>>(modelBindingResult.Model);
1315
var
person = kvp.Value;
1322
var
person = kvp.Value;