Uses of Class
org.apache.ant.antunit.listener.BaseAntUnitListener.SendLogTo
-
Packages that use BaseAntUnitListener.SendLogTo Package Description org.apache.ant.antunit.listener -
-
Uses of BaseAntUnitListener.SendLogTo in org.apache.ant.antunit.listener
Fields in org.apache.ant.antunit.listener declared as BaseAntUnitListener.SendLogTo Modifier and Type Field Description private BaseAntUnitListener.SendLogTo
BaseAntUnitListener. logTo
Where to send log.Methods in org.apache.ant.antunit.listener with parameters of type BaseAntUnitListener.SendLogTo Modifier and Type Method Description protected void
BaseAntUnitListener. setSendLogTo(BaseAntUnitListener.SendLogTo logTo)
Where to send the test report.void
PlainAntUnitListener. setSendLogTo(BaseAntUnitListener.SendLogTo logTo)
Where to send the test report.Constructors in org.apache.ant.antunit.listener with parameters of type BaseAntUnitListener.SendLogTo Constructor Description BaseAntUnitListener(BaseAntUnitListener.SendLogTo defaultReportTarget, java.lang.String extension)
-