コード例 #1
0
ファイル: CustomNameTest.cs プロジェクト: hughbe/xml.net
 public static void Ctor_ElementName_Success()
 {
     XmlConvertCustomElementAttribute attribute = new XmlConvertCustomElementAttribute("hello");
     Assert.Equal("hello", attribute.Name);
 }
コード例 #2
0
ファイル: CustomNameTest.cs プロジェクト: ks3dev/xml.net
        public static void Ctor_ElementName_Success()
        {
            XmlConvertCustomElementAttribute attribute = new XmlConvertCustomElementAttribute("hello");

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