public void llist2_Max_Index_error() { LList2 ll = new LList2(new int[] { 1, 2, 9, 5, 6, 7 }); Assert.AreEqual(2, ll.MaxIndex()); }