net.sourceforge.groboutils.pmti.v1.itf.impl
Class DefaultTestIssueRecord

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestIssueRecord
All Implemented Interfaces:
ITestIssueRecord

public class DefaultTestIssueRecord
extends java.lang.Object
implements ITestIssueRecord

Simple immutable implementation of ITestIssueRecord.

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

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

DefaultTestIssueRecord

public DefaultTestIssueRecord(IIssueRecord ir,
                              ITestRecord tr,
                              java.lang.String d)
Method Detail

getIssueRecord

public IIssueRecord getIssueRecord()
Returns the issue this record is associated with.

Specified by:
getIssueRecord in interface ITestIssueRecord

getTestRecord

public ITestRecord getTestRecord()
Returns the test this record is associated with.

Specified by:
getTestRecord in interface ITestIssueRecord

getDescription

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

Specified by:
getDescription in interface ITestIssueRecord


Copyright © 2001-2003 by The GroboUtils Project