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

SafeElementValue985() private method

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