|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
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. |
Method Detail |
public void testsIssue(java.lang.String methodName, long issueID)
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)
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)
issueID
- the id of the issue being tracked.public void testsIssue(java.lang.String issueID)
issueID
- the id of the issue being tracked.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |