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

DoForEach927() private method

private DoForEach927 ( ) : void
return void
public void DoForEach927()
{
    bool b;
    b = this.DoForEach<int>((IEnumerable<int>)null, (Action<int>)null);
    Assert.AreEqual<bool>(false, b);
}
UtilitiesTest