|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocITSet
Issue Tracker entry point. Allows bugs and requriements to be tracked directly to the test that ensures that part of the bug/requirement has been fulfilled in the current code base.
The alternate forms of the base testsIssue( String, String )
are
for convenience only.
Constructor Summary | |
AutoDocITSet()
|
Method Summary | |
void |
addIT(AutoDocIT it)
|
java.util.Enumeration |
getSetContents()
Returns the elements in the set. |
void |
testsIssue(long issueID)
Traces an issue from the owning class to the given ID. |
void |
testsIssue(java.lang.String issueID)
Traces an issue from the owning class to the given ID. |
void |
testsIssue(java.lang.String methodName,
long issueID)
Traces an issue from the owning class and declared method, to the given ID. |
void |
testsIssue(java.lang.String methodName,
java.lang.String issueID)
Traces an issue from the owning class and declared method, to the given ID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AutoDocITSet()
Method Detail |
public void addIT(AutoDocIT it)
public java.util.Enumeration getSetContents()
IAutoDocSet
getSetContents
in interface IAutoDocSet
public void testsIssue(java.lang.String methodName, long issueID)
testsIssue
in interface AutoDocIT
methodName
- the owning class's method to trace the issue back to.issueID
- the id of the issue being tracked.public void testsIssue(java.lang.String methodName, java.lang.String issueID)
testsIssue
in interface AutoDocIT
methodName
- the owning class's method to trace the issue back to.issueID
- the id of the issue being tracked.public void testsIssue(long issueID)
testsIssue
in interface AutoDocIT
issueID
- the id of the issue being tracked.public void testsIssue(java.lang.String issueID)
testsIssue
in interface AutoDocIT
issueID
- the id of the issue being tracked.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |