4 references to ProductIds
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
ComplexTypeIntegrationTestBase.cs (4)
803
Assert.Equal(new int[] { 10, 11 }, model.
ProductIds
);
858
Assert.Equal(new int[] { 10, 11 }, model.
ProductIds
);
913
Assert.Null(model.
ProductIds
);
960
Assert.Null(model.
ProductIds
);