| java.lang.Object org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskMirrorImpl
JUnitTaskMirrorImpl | final public class JUnitTaskMirrorImpl implements JUnitTaskMirror(Code) | | 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.
See Also: JUnitTaskMirror See Also: "bug #38799" since: 1.7 |
Inner Class :static class VmExitErrorTest extends TestCase | |
Method Summary | |
public void | addVmExit(JUnitTest test, JUnitTaskMirror.JUnitResultFormatterMirror aFormatter, OutputStream out, String message, String testCase) . | public JUnitTaskMirror.JUnitTestRunnerMirror | newJUnitTestRunner(JUnitTest test, boolean haltOnError, boolean filterTrace, boolean haltOnFailure, boolean showOutput, boolean logTestListenerEvents, AntClassLoader classLoader) . | public JUnitTaskMirror.SummaryJUnitResultFormatterMirror | newSummaryJUnitResultFormatter() . |
JUnitTaskMirrorImpl | public JUnitTaskMirrorImpl(JUnitTask task)(Code) | | Constructor.
Parameters: task - the junittask that uses this mirror. |
|
|