/** Test of setImagen method, of class DataClient. */
 @Test
 public void testSetImagen() {
   System.out.println("setImagen");
   String imagen = "imagen";
   DataClient instance =
       new DataClient("nickname", "nombre", "apellido", null, "direccion", "*****@*****.**", "imagen");
   instance.setImagen(imagen);
   // TODO review the generated test code and remove the default call to fail.
   // fail("The test case is a prototype.");
 }