|
|||||||||||
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 TestInfo
public java.lang.String getMethod()
TestInfo
getMethod
in interface TestInfo
public boolean equals(java.lang.Object obj)
equals
in interface TestInfo
public int hashCode()
hashCode
in interface TestInfo
protected 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 |