BuildIt.Tests.UtilitiesTest.DoIfNotNull597 C# (CSharp) Méthode

DoIfNotNull597() private méthode

private DoIfNotNull597 ( ) : void
Résultat void
public void DoIfNotNull597()
{
    bool b;
    b = this.DoIfNotNull<object>((object)null, (Action<object>)null);
    Assert.AreEqual<bool>(false, b);
}
UtilitiesTest