|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITestRecord | |
net.sourceforge.groboutils.pmti.v1.itf | The Issue Traceability Framework. |
net.sourceforge.groboutils.pmti.v1.itf.impl |
Uses of ITestRecord in net.sourceforge.groboutils.pmti.v1.itf |
Methods in net.sourceforge.groboutils.pmti.v1.itf that return ITestRecord | |
ITestRecord |
ITestIssueRecord.getTestRecord()
Returns the test this record is associated with. |
Methods in net.sourceforge.groboutils.pmti.v1.itf with parameters of type ITestRecord | |
protected IIssue |
ITFReadProblemManager.createITFIssue(java.lang.String id,
java.lang.String desc,
ITestRecord[] tr)
|
Uses of ITestRecord in net.sourceforge.groboutils.pmti.v1.itf.impl |
Classes in net.sourceforge.groboutils.pmti.v1.itf.impl that implement ITestRecord | |
class |
DefaultTestRecord
Simple changeable implementation of ITestRecord. |
class |
ImmutableTestRecord
Simple immutable implementation of ITestRecord. |
Methods in net.sourceforge.groboutils.pmti.v1.itf.impl that return ITestRecord | |
ITestRecord |
DefaultTestIssueRecord.getTestRecord()
Returns the test this record is associated with. |
Constructors in net.sourceforge.groboutils.pmti.v1.itf.impl with parameters of type ITestRecord | |
ImmutableTestRecord(ITestRecord tr)
|
|
DefaultTestRecord(ITestRecord tr)
|
|
DefaultTestIssueRecord(IIssueRecord ir,
ITestRecord tr,
java.lang.String d)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |