Uses of Interface
org.apache.ant.antunit.ProjectFactory
Packages that use ProjectFactory
Package
Description
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 ProjectFactoryModifier and TypeFieldDescriptionprivate final ProjectFactory
AntUnitScriptRunner.prjFactory
Object used to create projects in order to support test isolation.Constructors in org.apache.ant.antunit with parameters of type ProjectFactoryModifierConstructorDescriptionAntUnitScriptRunner
(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 ProjectFactoryModifier and TypeClassDescriptionprivate static class
The antscript project factory that creates projects in a junit context.