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

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
      extended bynet.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord
All Implemented Interfaces:
ITestRecord

public class DefaultTestRecord
extends ImmutableTestRecord

Simple changeable implementation of ITestRecord.

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

Constructor Summary
DefaultTestRecord()
           
DefaultTestRecord(ITestRecord tr)
           
 
Method Summary
 ImmutableTestRecord createImmutable()
           
 void setErrors(java.lang.String[] e)
           
 void setFailures(java.lang.String[] f)
           
 void setLog(java.lang.String log)
           
 void setRuntime(long time)
           
 void setTestCount(int count)
           
 void setTestName(java.lang.String name)
           
 void setTestSuite(java.lang.String suite)
           
 
Methods inherited from class net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
getErrors, getFailures, getLog, getRuntime, getTestCount, getTestName, getTestSuite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTestRecord

public DefaultTestRecord()

DefaultTestRecord

public DefaultTestRecord(ITestRecord tr)
Method Detail

setTestName

public void setTestName(java.lang.String name)

setTestSuite

public void setTestSuite(java.lang.String suite)

setTestCount

public void setTestCount(int count)

setRuntime

public void setRuntime(long time)

setFailures

public void setFailures(java.lang.String[] f)

setErrors

public void setErrors(java.lang.String[] e)

setLog

public void setLog(java.lang.String log)

createImmutable

public ImmutableTestRecord createImmutable()


Copyright © 2001-2003 by The GroboUtils Project