BuildIt.Tests.UtilitiesTest.SafeElementValue985 C# (CSharp) 메소드

SafeElementValue985() 개인적인 메소드

private SafeElementValue985 ( ) : void
리턴 void
public void SafeElementValue985()
{
    string s;
    s = this.SafeElementValue((XElement)null, (string)null);
    Assert.AreEqual<string>("", s);
}
UtilitiesTest