/** Test of write method, of class SerializationDemo. */
 @Ignore
 @Test
 public void testWrite() {
   System.out.println("write");
   Project project = null;
   SerializationDemo.write(project);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }