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

ExecuteIfNotNull50() private method

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