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