16 references to TestEnum
Microsoft.AspNetCore.Components.Web.Tests (16)
Forms\InputSelectTest.cs (16)
18var rootComponent = new TestInputHostComponent<TestEnum, TestInputSelect<TestEnum>> 29Assert.Equal(TestEnum.Two, inputSelectComponent.CurrentValue); 37var rootComponent = new TestInputHostComponent<TestEnum, TestInputSelect<TestEnum>> 56var rootComponent = new TestInputHostComponent<TestEnum?, TestInputSelect<TestEnum?>> 67Assert.Equal(TestEnum.Two, inputSelectComponent.Value); 75var rootComponent = new TestInputHostComponent<TestEnum?, TestInputSelect<TestEnum?>> 220var rootComponent = new TestInputHostComponent<TestEnum, TestInputSelect<TestEnum>> 237var rootComponent = new TestInputHostComponent<TestEnum, TestInputSelect<TestEnum>> 268public TestEnum NotNullableEnum { get; set; } 270public TestEnum? NullableEnum { get; set; }