|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Category | An element used in the Ant task to specify a regular expression which categories of test cases are
to be executed by the framework. |
Fixture | An element used in the Ant task to specify the class name of a test fixture class that is to be
executed during a test run. |
Fixtures | An element used in the Ant task to specify zero or more fixtures and/or zero or
more file sets. |
Java | An element used in the Ant task to specify the environment for the Java Virtual Machine that
executes the test run. |
JTigerTask | An Apache Ant task for performing a test execution run from an Ant build. |
Param | An element used in the Ant task to have parameters passed to the
FixtureResultsHandler interface implementation. |
Result | An element used in the Ant task to specify how the test result is handled. |
Provides an Apache Ant task for performing a test
execution run from an Ant build file.
In order to use the Ant task
from an Ant build file, an
Ant task definition is created to point to the
task class.
Example:
<taskdef name="jtiger" classname="org.jtiger.ant.JTigerTask" classpathref="project.class.path"/>
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |