Exemple #1
0
 @Test
 public void testExist() throws SQLException {
   assertFalse(UserData.exists(99));
   assertFalse(UserData.exists(""));
   // we also need to make sure that the user names have to start with letter
 }