Exemplo n.º 1
0
 public static void main(String args[]) {
   try {
     junit.textui.TestRunner.run(suite());
   } catch (Exception e) {
     e.printStackTrace();
   }
 }
Exemplo n.º 2
0
 public static void main(String args[]) {
   junit.textui.TestRunner.run(suite());
 }