3 writes to Quantity
Microsoft.AspNetCore.Http.Abstractions.Tests (3)
Validation\ValidatableTypeInfoTests.cs (3)
218
new OrderItem { ProductName = "Valid Product",
Quantity
= 5 },
219
new OrderItem { /* Missing ProductName (required) */
Quantity
= 0 /* Invalid quantity */ },
220
new OrderItem { ProductName = "Another Product",
Quantity
= 200 /* Invalid quantity */ }