BuildIt.Tests.UtilitiesTest.SafeElementValue01985 C# (CSharp) Method

SafeElementValue01985() private method

private SafeElementValue01985 ( ) : void
return void
public void SafeElementValue01985()
{
    string s;
    s = this.SafeElementValue01((XElement)null, (XName)null);
    Assert.AreEqual<string>("", s);
}
    }
UtilitiesTest