Exemplo n.º 1
0
 public void IsFlagRepresenationEqual(TestEnum enumVal, params string[] representation)
 => Assert.Equal(enumVal.GetFlagRepresentation(), representation);