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

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