Uses of Class
org.apache.ant.antunit.AntUnitScriptRunner
Packages that use AntUnitScriptRunner
Package
Description
EXPERIMENTAL adapter to run AntUnit tests from within a
JUnit3 test runner.
-
Uses of AntUnitScriptRunner in org.apache.ant.antunit
Fields in org.apache.ant.antunit declared as AntUnitScriptRunnerModifier and TypeFieldDescriptionprivate AntUnitScriptRunner
AntUnit.scriptRunner
The object responsible for the execution of the unit test. -
Uses of AntUnitScriptRunner in org.apache.ant.antunit.junit3
Fields in org.apache.ant.antunit.junit3 declared as AntUnitScriptRunnerModifier and TypeFieldDescriptionprivate final AntUnitScriptRunner
AntUnitSuite.antScriptRunner
private final AntUnitScriptRunner
MultiProjectDemuxOutputStream.scriptRunner
Constructors in org.apache.ant.antunit.junit3 with parameters of type AntUnitScriptRunnerModifierConstructorDescriptionMultiProjectDemuxOutputStream
(AntUnitScriptRunner scriptRunner, boolean isErrorStream)