org.jtiger.report.xml
Class FixtureResultBeanImpl

java.lang.Object
  extended by org.jtiger.report.xml.FixtureResultBeanImpl

public final class FixtureResultBeanImpl
extends Object

A bean that is used by the XML result handler to produce a report.

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

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

FixtureResultBeanImpl

public FixtureResultBeanImpl()
Create a default FixtureResultBeanImpl.

Method Detail

getTestResults

public org.jtiger.report.xml.TestResultBean[] getTestResults()
Returns the testResults property of the bean.

Returns:
The testResults property of the bean.

setTestResults

public void setTestResults(org.jtiger.report.xml.TestResultBean[] testResults)
Sets the testResults property of the bean.

Parameters:
testResults - The testResults property of the bean.

toString

public String toString()
Returns a java.lang.String representation of the bean, which consists of the testResults property.

Overrides:
toString in class Object
Returns:
A java.lang.String representation of the bean, which consists of the testResults property.

equals

public boolean equals(Object o)
Compares two instance of FixtureResultBeanImpl returning true iff the testResults properties are equal, false otherwise.

Overrides:
equals in class Object
Parameters:
o - An instance of FixtureResultBeanImpl to compare for equality.
Returns:
true iff the testResults properties are equal, false otherwise.

hashCode

public int hashCode()
Returns a hash code for this FixtureResultBeanImpl based on the testResults property.

Overrides:
hashCode in class Object
Returns:
A hash code for this FixtureResultBeanImpl based on the testResults property.