コード例 #1
0
ファイル: EncryptedXmlTest.cs プロジェクト: Profit0004/mono
		public void GetIdElement_StringNull ()
		{
			EncryptedXml ex = new EncryptedXml ();
			Assert.IsNull (ex.GetIdElement (new XmlDocument (), null));
		}
コード例 #2
0
ファイル: EncryptedXmlTest.cs プロジェクト: Profit0004/mono
		public void GetIdElement_XmlDocumentNull ()
		{
			EncryptedXml ex = new EncryptedXml ();
			Assert.IsNull (ex.GetIdElement (null, "value"));
		}