org.jtiger.ant
Class Fixture

java.lang.Object
  extended by org.jtiger.ant.Fixture

public final class Fixture
extends Object

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.

Version:
2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218 CET (GMT + 1)
Author:
Tony Morris
See Also:
JTigerTask

Constructor Summary
Fixture()
          Create a default Fixture.
Fixture(String classname)
          Create a Fixture with the given class name.
 
Method Summary
 String getClassname()
          Returns the class name for this test fixture.
 void setClassname(String classname)
          Sets the class name for this classname.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fixture

public Fixture()
Create a default Fixture.


Fixture

public Fixture(String classname)
Create a Fixture with the given class name.

Parameters:
classname - The class name of the Fixture.
Method Detail

getClassname

public String getClassname()
Returns the class name for this test fixture.

Returns:
The class name for this test fixture.

setClassname

public void setClassname(String classname)
Sets the class name for this classname.

Parameters:
classname - The class name for this classname.