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

DoIfNotNull635() private method

private DoIfNotNull635 ( ) : void
return void
public void DoIfNotNull635()
{
    bool b;
    object s0 = new object();
    b = this.DoIfNotNull<object>(s0, (Action<object>)null);
    Assert.AreEqual<bool>(false, b);
}
UtilitiesTest