4 references to ProductIds
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
ComplexTypeIntegrationTestBase.cs (4)
1219
Assert.Equal(new Dictionary<string, int>() { { "key0", 10 } }, model.
ProductIds
);
1274
Assert.Equal(new Dictionary<string, int>() { { "key0", 10 } }, model.
ProductIds
);
1329
Assert.Null(model.
ProductIds
);
1376
Assert.Null(model.
ProductIds
);