org.jtiger.ant
Class Fixtures
java.lang.Object
org.jtiger.ant.Fixtures
public final class Fixtures
- extends Object
An element used in the Ant task
to specify zero or more fixtures
and/or zero or
more file sets. These subelements provide the
ability to specify which test fixture classes are to be executed during the test run.
- Version:
- 2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218 CET (GMT + 1)
- Author:
- Tony Morris
- See Also:
Fixture
,
JTigerTask
Constructor Summary |
Fixtures()
Create a default Fixtures. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fixtures
public Fixtures()
- Create a default Fixtures.
createFixture
public Fixture createFixture()
Creates a Fixture
, adds it to the list of instances, and returns the instance.
- Returns:
- A created
Fixture
.
createFileSet
public org.apache.tools.ant.types.FileSet createFileSet()
- Creates a FileSet, adds it to the list of instances, and returns the instance.
- Returns:
- A created FileSet.