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

DoIfNotNull561() private method

private DoIfNotNull561 ( ) : void
return void
public void DoIfNotNull561()
{
    bool b;
    object s0 = new object();
    b = this.DoIfNotNull<object>(s0, PexChoose.CreateDelegate<Action<object>>());
    Assert.AreEqual<bool>(true, b);
}
    }
UtilitiesTest