|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jtiger.ant.Fixture
public final class 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.
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 |
|---|
public Fixture()
public Fixture(String classname)
classname - The class name of the Fixture.| Method Detail |
|---|
public String getClassname()
public void setClassname(String classname)
classname - The class name for this classname.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||