错误不会改
@Test
public void testGetNewSid()
{
StudentsDAOImpl sdao = new StudentsDAOImpl();
System.out.println(sdao.getNewSid());
}
The method getNewSid() from the type StudentsDAOImpl is not visible
@Test
public void testGetNewSid()
{
StudentsDAOImpl sdao = new StudentsDAOImpl();
System.out.println(sdao.getNewSid());
}
The method getNewSid() from the type StudentsDAOImpl is not visible
2017-11-28
举报