public void testModify(){
coursesToSelect.set(4, new Course("7","毛概"));
}
你这几行代码放错位置,所以它提示ListTest这个类没定义testModify()方法,你认真检查下
这几行看起来没有问题