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

SafeAttributeValue01985() private method

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