|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtiger.report.xml.FixtureResultBeanImpl
public final class FixtureResultBeanImpl
A bean that is used by the XML result handler
to produce a report.
Constructor Summary | |
---|---|
FixtureResultBeanImpl()
Create a default FixtureResultBeanImpl. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compares two instance of FixtureResultBeanImpl returning true iff the testResults
properties are equal, false otherwise. |
org.jtiger.report.xml.TestResultBean[] |
getTestResults()
Returns the testResults property of the bean. |
int |
hashCode()
Returns a hash code for this FixtureResultBeanImpl based on the testResults property. |
void |
setTestResults(org.jtiger.report.xml.TestResultBean[] testResults)
Sets the testResults property of the bean. |
String |
toString()
Returns a java.lang.String representation of the bean, which consists of the testResults property. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FixtureResultBeanImpl()
Method Detail |
---|
public org.jtiger.report.xml.TestResultBean[] getTestResults()
public void setTestResults(org.jtiger.report.xml.TestResultBean[] testResults)
testResults
- The testResults property of the bean.public String toString()
toString
in class Object
public boolean equals(Object o)
true
iff the testResults
properties are equal, false
otherwise.
equals
in class Object
o
- An instance of FixtureResultBeanImpl to compare for equality.
true
iff the testResults properties are equal, false
otherwise.public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |