Beispiel #1
0
        public void EnumDescriptionNonEnumTest()
        {
            EnumTestStruct strct = new EnumTestStruct();
            strct.GetDescription();

            // Should always throw exception
            Assert.Fail();
        }
Beispiel #2
0
 public void EnumDescriptionNonEnumTest()
 {
     EnumTestStruct strct = new EnumTestStruct();
     strct.GetDescription();
 }