|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestInfo
An implementation of TestInfo which is specific to JUnit.
| Constructor Summary | |
protected |
DefaultTestInfo()
Only allowed to be implemented by subclasses. |
|
DefaultTestInfo(java.lang.String suite,
java.lang.String method)
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
This method does not care about the specific sub-type, jsut as long as the suite and method are identical. |
java.lang.String |
getMethod()
The name of the test method. |
java.lang.String |
getSuite()
The name of the test suite. |
int |
hashCode()
|
protected void |
setMethod(java.lang.String name)
|
protected void |
setSuite(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected DefaultTestInfo()
public DefaultTestInfo(java.lang.String suite,
java.lang.String method)
| Method Detail |
public java.lang.String getSuite()
TestInfo
getSuite in interface TestInfopublic java.lang.String getMethod()
TestInfo
getMethod in interface TestInfopublic boolean equals(java.lang.Object obj)
equals in interface TestInfopublic int hashCode()
hashCode in interface TestInfoprotected void setSuite(java.lang.String name)
protected void setMethod(java.lang.String name)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||