/** Test of setId method, of class Mail. */
 @Test
 public void testSetId() {
   System.out.println("setId");
   int id = 0;
   Mail instance = new Mail();
   instance.setId(id);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }