|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jtiger.ant.Result
public final class Result
An element used in the Ant task to specify how the test result is handled. The name attribute
must be a class name that implements the FixtureResultsHandler interface. There are
four (4) special, case-insensitive values for the name attribute, "~html", "~xml", "~text" and "~failure". These four
values are aliases for HtmlFixtureResultsHandler,
XmlFixtureResultsHandler and TextFixtureResultsHandler
respectively. Each of these four special values require at least one Param be specified.
FixtureResultsHandler,
JTigerTask| Constructor Summary | |
|---|---|
Result()
Create a default Result. |
|
| Method Summary | |
|---|---|
Param |
createParam()
Creates a param for this result.. |
String |
getName()
Returns the name for this result. |
void |
setName(String name)
Sets the name for this result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Result()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The name for this result.public Param createParam()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||