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

DoIfNotNull635() private méthode

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