// @ also
 // @ requires result != null;
 public void run(junit.framework.TestResult result) {
   this.result = result;
   super.run(result);
 }