Uses of Interface
net.sourceforge.groboutils.pmti.v1.itf.ITestRecord

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)
           
 



Copyright © 2001-2003 by The GroboUtils Project