Uses of Class
de.hybris.ant.taskdefs.yunit.FormatterElement
-
Packages that use FormatterElement Package Description de.hybris.ant.taskdefs.yunit -
-
Uses of FormatterElement in de.hybris.ant.taskdefs.yunit
Methods in de.hybris.ant.taskdefs.yunit that return FormatterElement Modifier and Type Method Description FormatterElement[]JUnitTest. getFormatters()Get the formatters set for this test.Methods in de.hybris.ant.taskdefs.yunit with parameters of type FormatterElement Modifier and Type Method Description voidBaseTest. addFormatter(FormatterElement elem)Allow a formatter nested element.voidJUnitTask. addFormatter(FormatterElement fe)Add a new formatter to all tests of this task.protected java.io.FileJUnitTask. getOutput(FormatterElement fe, JUnitTest test)If the formatter sends output to a file, return that file.
-