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

ExecuteIfNotNull144() private method

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