Ejemplo n.º 1
0
 public void toLast()
 {
     fillForTest();
     list.toLast();
     Assert.AreSame(testElementStrings[testElementStrings.Length - 1], list.getObject());
 }