|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate
net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITImpl
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 | |
AutoDocITImpl(java.lang.Class owner)
Default constructor, which requires an owning class. |
|
AutoDocITImpl(java.lang.Class owner,
MonitorFinder finder)
Creates a new implementation of AutoDocIT, with the given owner and monitor finder. |
Method Summary | |
protected void |
sendTestIssue(TestInfo ti,
java.lang.String issueID)
Send the 'testsIssue' call to the monitor. |
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 net.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate |
createTestInfo, createTestInfoFromStack, findClassMethodFromStack, getFinder, getOwner, getOwnerName, getTestData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AutoDocITImpl(java.lang.Class owner)
public AutoDocITImpl(java.lang.Class owner, MonitorFinder finder)
Method Detail |
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.protected void sendTestIssue(TestInfo ti, java.lang.String issueID)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |