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