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

SafeAttributeValue985() private method

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