public void GetRoleNameAttribute() { TestEnum opt = TestEnum.Option2; string check = opt.GetRole(); Assert.Equal("R2", check); }