net.sourceforge.groboutils.pmti.v1.itf
Interface ITestIssueRecord

All Known Implementing Classes:
DefaultTestIssueRecord

public interface ITestIssueRecord

Encapsulates all the data that results from a issue record being associated with a testcase.

Since:
July 7, 2002
Version:
$Date: 2003/02/10 22:51:59 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

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.
 

Method Detail

getIssueRecord

public IIssueRecord getIssueRecord()
Returns the issue this record is associated with. This cannot be null.


getTestRecord

public ITestRecord getTestRecord()
Returns the test this record is associated with. This cannot be null.


getDescription

public java.lang.String getDescription()
Returns any descriptive text the test associated itself with to the issue. This may be null.



Copyright © 2001-2003 by The GroboUtils Project