}
@Test
public void testAuthenticateInvalidUser() {
UserJpaController service = new UserJpaController(emf);
boolean result = service.authenticateUser("ata@gmail.com", "dddss", s1);
Assert.assertFalse(result);
}
@Test
public void testInsertUsersAndcheckCount() {