学生信息查询
Users users=new Users(1, "zhangsan", "123456");
UsersDAO udao=new UsersDAOImpl();
//org.junit.Assert.assertEquals(true, udao.usersLogin(users));
Assert.assertEquals(true, udao.usersLogin(users));
怎么这样提示有错?大神请指教
Users users=new Users(1, "zhangsan", "123456");
UsersDAO udao=new UsersDAOImpl();
//org.junit.Assert.assertEquals(true, udao.usersLogin(users));
Assert.assertEquals(true, udao.usersLogin(users));
怎么这样提示有错?大神请指教
2015-09-11
举报