6 references to CarType
Microsoft.AspNetCore.Mvc.Core.Test (6)
ModelBinding\Binders\HeaderModelBinderTests.cs (6)
117
{ "Sedan", typeof(
CarType
),
CarType
.Sedan },
118
{ "", typeof(
CarType
?), null },
158
[InlineData(typeof(
CarType
?))]
278
[InlineData(typeof(
CarType
?), "boo")]
301
[InlineData(typeof(ICollection<
CarType
>), "a, b")]