spec.harness.results
Class LoopResult
java.lang.Object
spec.harness.results.TestResult
spec.harness.results.LoopResult
public class LoopResult
- extends TestResult
Methods inherited from class spec.harness.results.TestResult |
addError, correctContent, doubleAsRes, getErrors, getIndent, getRunModeDescription, hasErrors, millisAsSec, printErrorsToXml, ptxAttrib, ptxAttrib, ptxAttrib, ptxAttrib, ptxAttrib, ptxElement, ptxElementClose, ptxElementOpen, ptxElementStartOpen, ptxXmlHeader |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoopResult
public LoopResult()
getBmThreadId
public int getBmThreadId()
setBmThreadId
public void setBmThreadId(int threadID)
getLoopCnt
public int getLoopCnt()
setLoopCnt
public void setLoopCnt(int loopCnt)
getIteration
public int getIteration()
setIteration
public void setIteration(int iter)
getStartTime
public long getStartTime()
setStartTime
public void setStartTime(long startTime)
getEndTime
public long getEndTime()
setEndTime
public void setEndTime(long endTime)
getLoopTime
public long getLoopTime()
toXml
public void toXml(java.io.PrintStream ps,
int indent)
- Description copied from class:
TestResult
- Print result as xml on given string.
- Specified by:
toXml
in class TestResult
isValid
public boolean isValid()
- Description copied from class:
TestResult
- Check if result is valid.
- Specified by:
isValid
in class TestResult
getAllErrors
public java.util.List<java.lang.String> getAllErrors(java.lang.String tag)
- Specified by:
getAllErrors
in class TestResult