8 references to Value1
Microsoft.AspNetCore.Mvc.Core.Test (8)
ModelBinding\ModelBindingHelperTest.cs (8)
980Assert.Equal(IntEnum.Value1, outValue); 984[InlineData(1, typeof(IntEnum), IntEnum.Value1)] 988[InlineData(1UL, typeof(IntEnum), IntEnum.Value1)] 992[InlineData((short)1, typeof(IntEnum), IntEnum.Value1)] 993[InlineData((ushort)1, typeof(IntEnum), IntEnum.Value1)] 1025Assert.Equal(IntEnum.Value1, outValue); 1037Assert.Equal(IntEnum.Value1, outValue); 1138Assert.Equal(IntEnum.Value1, result[0]);