4 references to CarType
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
HeaderModelBinderIntegrationTest.cs (4)
353
Assert.Equal(new
CarType
[] {
CarType
.Sedan,
CarType
.Coupe }, product.Manufacturer.ListOfEnum);
471
public List<
CarType
> ListOfEnum { get; set; }