Exemplo n.º 1
0
 protected void aboutToStart(final Test testSuite) {
   for (Enumeration e = fTestRunViews.elements(); e.hasMoreElements(); ) {
     TestRunView v = (TestRunView) e.nextElement();
     v.aboutToStart(testSuite, fTestResult);
   }
 }