net.sourceforge.groboutils.pmti.v1.itf.impl
Class DefaultTestRecord
java.lang.Object
net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
net.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTestRecord
public DefaultTestRecord()
DefaultTestRecord
public DefaultTestRecord(ITestRecord tr)
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