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

ExecuteIfNotNull712() private method

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