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

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

public class NameTestIssueRecordCollator
extends AbstractTestIssueRecordCollator

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

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

Constructor Summary
NameTestIssueRecordCollator()
           
 
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

NameTestIssueRecordCollator

public NameTestIssueRecordCollator()
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