예제 #1
0
 public void testEquals() throws Exception {
   User u3 = new User("admin", "1234");
   assertTrue(u3.equals(this.u));
 }