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

DoForEach258() private method

private DoForEach258 ( ) : void
return void
public void DoForEach258()
{
    bool b;
    int[] ints = new int[2];
    b = this.DoForEach<int>
            ((IEnumerable<int>)ints, PexChoose.CreateDelegate<Action<int>>());
    Assert.AreEqual<bool>(true, b);
}
    }
UtilitiesTest