org.apache.tools.ant.taskdefs.optional.junit

Class JUnitTaskMirrorImpl

public final class JUnitTaskMirrorImpl extends Object implements JUnitTaskMirror

Implementation of the part of the junit task which can directly refer to junit.* classes. Public only to permit use of reflection; do not use directly.

Since: 1.7

See Also: JUnitTaskMirror "bug #38799"

Constructor Summary
JUnitTaskMirrorImpl(JUnitTask task)
Constructor.
Method Summary
voidaddVmExit(JUnitTest test, JUnitTaskMirror.JUnitResultFormatterMirror aFormatter, OutputStream out, String message, String testCase)
{@inheritDoc}.
JUnitTaskMirror.JUnitTestRunnerMirrornewJUnitTestRunner(JUnitTest test, boolean haltOnError, boolean filterTrace, boolean haltOnFailure, boolean showOutput, boolean logTestListenerEvents, AntClassLoader classLoader)
{@inheritDoc}.
JUnitTaskMirror.SummaryJUnitResultFormatterMirrornewSummaryJUnitResultFormatter()
{@inheritDoc}.

Constructor Detail

JUnitTaskMirrorImpl

public JUnitTaskMirrorImpl(JUnitTask task)
Constructor.

Parameters: task the junittask that uses this mirror.

Method Detail

addVmExit

public void addVmExit(JUnitTest test, JUnitTaskMirror.JUnitResultFormatterMirror aFormatter, OutputStream out, String message, String testCase)
{@inheritDoc}.

newJUnitTestRunner

public JUnitTaskMirror.JUnitTestRunnerMirror newJUnitTestRunner(JUnitTest test, boolean haltOnError, boolean filterTrace, boolean haltOnFailure, boolean showOutput, boolean logTestListenerEvents, AntClassLoader classLoader)
{@inheritDoc}.

newSummaryJUnitResultFormatter

public JUnitTaskMirror.SummaryJUnitResultFormatterMirror newSummaryJUnitResultFormatter()
{@inheritDoc}.