public void CurrentIndexReturnsObjectOnActualIndex() { iterator.At(index); Assert.AreEqual(index, iterator.CurrentIndex); }