Example #1
0
 public static void Ctor_ElementName_Success()
 {
     XmlConvertCustomElementAttribute attribute = new XmlConvertCustomElementAttribute("hello");
     Assert.Equal("hello", attribute.Name);
 }
Example #2
0
        public static void Ctor_ElementName_Success()
        {
            XmlConvertCustomElementAttribute attribute = new XmlConvertCustomElementAttribute("hello");

            Assert.Equal("hello", attribute.Name);
        }