|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestIssueRecord
Simple immutable implementation of ITestIssueRecord.
Constructor Summary | |
DefaultTestIssueRecord(IIssueRecord ir,
ITestRecord tr,
java.lang.String d)
|
Method Summary | |
java.lang.String |
getDescription()
Returns any descriptive text the test associated itself with to the issue. |
IIssueRecord |
getIssueRecord()
Returns the issue this record is associated with. |
ITestRecord |
getTestRecord()
Returns the test this record is associated with. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultTestIssueRecord(IIssueRecord ir, ITestRecord tr, java.lang.String d)
Method Detail |
public IIssueRecord getIssueRecord()
getIssueRecord
in interface ITestIssueRecord
public ITestRecord getTestRecord()
getTestRecord
in interface ITestIssueRecord
public java.lang.String getDescription()
getDescription
in interface ITestIssueRecord
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |