net.sourceforge.groboutils.pmti.v1.itf
Interface ITestRecord
- All Known Implementing Classes:
- ImmutableTestRecord
- public interface ITestRecord
Encapsulates all the data associated with a testcase and its results.
- Since:
- July 7, 2002
- Version:
- $Date: 2003/02/10 22:51:59 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
getTestName
public java.lang.String getTestName()
getTestSuite
public java.lang.String getTestSuite()
getTestCount
public int getTestCount()
getRuntime
public long getRuntime()
getFailures
public java.lang.String[] getFailures()
getErrors
public java.lang.String[] getErrors()
getLog
public java.lang.String getLog()
Copyright © 2001-2003 by The GroboUtils Project