Uses of Interface
org.apache.ant.antunit.ProjectFactory
-
Packages that use ProjectFactory 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 ProjectFactory in org.apache.ant.antunit
Fields in org.apache.ant.antunit declared as ProjectFactory Modifier and Type Field Description private ProjectFactory
AntUnitScriptRunner. prjFactory
Object used to create projects in order to support test isolation.Constructors in org.apache.ant.antunit with parameters of type ProjectFactory Constructor Description AntUnitScriptRunner(ProjectFactory prjFactory)
Create a new AntScriptRunner on the given environment. -
Uses of ProjectFactory in org.apache.ant.antunit.junit3
Classes in org.apache.ant.antunit.junit3 that implement ProjectFactory Modifier and Type Class Description private static class
AntUnitSuite.MyProjectFactory
The antscript project factory that creates projects in a junit context.
-