Exemplo n.º 1
0
 /**
  * Tell the task which property should be set in case of an error.
  *
  * @param value name of the property to set in case of an error
  */
 public void setErrorproperty(String value) {
   for (JUnitEETest test : tests) {
     test.setErrorproperty(value);
   }
 }