예제 #1
0
 public void CurrentIndexReturnsObjectOnActualIndex()
 {
     iterator.At(index);
     Assert.AreEqual(index, iterator.CurrentIndex);
 }