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