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

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.itf.impl.AbstractTestIssueRecordCollator
      extended bynet.sourceforge.groboutils.pmti.v1.itf.impl.SuiteTestIssueRecordCollator
All Implemented Interfaces:
ITestIssueRecordCollator

public class SuiteTestIssueRecordCollator
extends AbstractTestIssueRecordCollator

Collates the parsers' parsed records into record sets based on their containment in test suites.

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

Constructor Summary
SuiteTestIssueRecordCollator()
           
 
Method Summary
protected  java.lang.Object getFactor(ITestIssueRecord r)
          Discovers the sorting factor from the given record.
 
Methods inherited from class net.sourceforge.groboutils.pmti.v1.itf.impl.AbstractTestIssueRecordCollator
collate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuiteTestIssueRecordCollator

public SuiteTestIssueRecordCollator()
Method Detail

getFactor

protected java.lang.Object getFactor(ITestIssueRecord r)
Description copied from class: AbstractTestIssueRecordCollator
Discovers the sorting factor from the given record.

Specified by:
getFactor in class AbstractTestIssueRecordCollator


Copyright © 2001-2003 by The GroboUtils Project