org.apache.tools.ant.taskdefs.optional.junit
Class JUnitTaskMirrorImpl
java.lang.Object
org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskMirrorImpl
- JUnitTaskMirror
public final class JUnitTaskMirrorImpl
extends java.lang.Object
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.
void | addVmExit(JUnitTest test, JUnitTaskMirror.JUnitResultFormatterMirror aFormatter, OutputStream out, String message, String testCase) - .
|
JUnitTaskMirror.JUnitTestRunnerMirror | newJUnitTestRunner(JUnitTest test, boolean haltOnError, boolean filterTrace, boolean haltOnFailure, boolean showOutput, boolean logTestListenerEvents, AntClassLoader classLoader) - .
|
JUnitTaskMirror.SummaryJUnitResultFormatterMirror | newSummaryJUnitResultFormatter() - .
|
JUnitTaskMirrorImpl
public JUnitTaskMirrorImpl(JUnitTask task)
Constructor.
task
- the junittask that uses this mirror.