|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Information about a test which can uniquely identify a specific test. It should implement equals and hashCode.
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getMethod()
The name of the test method. |
java.lang.String |
getSuite()
The name of the test suite. |
int |
hashCode()
|
Method Detail |
public boolean equals(java.lang.Object obj)
Object.equals( Object )
public int hashCode()
Object.hashCode()
public java.lang.String getSuite()
public java.lang.String getMethod()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |