Uses of Class
org.apache.ant.antunit.AntUnitScriptRunner
-
Packages that use AntUnitScriptRunner Package Description org.apache.ant.antunit org.apache.ant.antunit.junit3 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 AntUnitScriptRunner Modifier and Type Field Description private 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 AntUnitScriptRunner Modifier and Type Field Description private AntUnitScriptRunner
AntUnitSuite. antScriptRunner
private AntUnitScriptRunner
MultiProjectDemuxOutputStream. scriptRunner
Constructors in org.apache.ant.antunit.junit3 with parameters of type AntUnitScriptRunner Constructor Description MultiProjectDemuxOutputStream(AntUnitScriptRunner scriptRunner, boolean isErrorStream)
-