示例#1
0
 /**
  * Tell the task which property should be set in case of an error or test failure.
  *
  * @param value name of the property to set in case of an error or test failure
  */
 public void setFailureproperty(String value) {
   for (JUnitEETest test : tests) {
     test.setFailureproperty(value);
   }
 }