Example #1
0
 /** Test of main method, of class MainClass. */
 @Test
 public void testMain() {
   System.out.println("main");
   String[] Args = null;
   MainClass.main(Args);
   // TODO review the generated test code and remove the default call to fail.
   // fail("The test case is a prototype.");
 }