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

SafeDecendentValue01985() private method

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