@Test
 public void testMain() {
   System.out.println("main");
   String[] args = null;
   Sanaind.main(args);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }