Uses of Class
de.hybris.ant.taskdefs.yunit.JUnitTask.TestResultHolder
-
Packages that use JUnitTask.TestResultHolder Package Description de.hybris.ant.taskdefs.yunit -
-
Uses of JUnitTask.TestResultHolder in de.hybris.ant.taskdefs.yunit
Methods in de.hybris.ant.taskdefs.yunit with parameters of type JUnitTask.TestResultHolder Modifier and Type Method Description protected voidJUnitTask. actOnTestResult(JUnitTask.TestResultHolder result, JUnitTest test, java.lang.String name)Logs information about failed tests, potentially stops processing (by throwing a BuildException) if a failure/error occurred or sets a property.
-