4 references to ProductIds
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
ComplexTypeIntegrationTestBase.cs (4)
1011
Assert.Equal(new List<int>() { 10, 11 }, model.
ProductIds
);
1066
Assert.Equal(new List<int>() { 10, 11 }, model.
ProductIds
);
1121
Assert.Null(model.
ProductIds
);
1168
Assert.Null(model.
ProductIds
);