|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.report.Failure
This element describes a test case failure.
Constructor Summary | |
Failure()
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
Cause |
getCause()
Returns the value of field 'cause'. |
java.lang.String |
getDescription()
Returns the value of field 'description'. |
RootCause |
getRootCause()
Returns the value of field 'rootCause'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setCause(Cause cause)
Sets the value of field 'cause'. |
void |
setDescription(java.lang.String description)
Sets the value of field 'description'. |
void |
setRootCause(RootCause rootCause)
Sets the value of field 'rootCause'. |
static Failure |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Failure()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public Cause getCause()
public java.lang.String getDescription()
public RootCause getRootCause()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public void setCause(Cause cause)
cause
- the value of field 'cause'.public void setDescription(java.lang.String description)
description
- the value of field 'description'.public void setRootCause(RootCause rootCause)
rootCause
- the value of field 'rootCause'.public static Failure unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |