|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.test.TestOutcomeTable.TestBriefing
public static class TestOutcomeTable.TestBriefing
This class defines the briefing of the JTR test session
represented by the hosting TestOutcomeTable
.
Method Summary | |
---|---|
float |
getAvg()
Returns the avarage number of runs (both succeeded and failed) per second. |
java.util.List<DistributionError> |
getDistributionErrors()
Gets the list of recordered distribution errors. |
long |
getElapsed()
Returns the amount of time required by the test session, expressed in milliseconds. |
java.util.Calendar |
getEndTime()
Returns the time the test session ended. |
int |
getFailures()
Returns the number of failures. |
int |
getInstances()
Returns the number of runner instances involved in the test session. |
java.util.Calendar |
getStartTime()
Returns the time the test session started. |
int |
getSuccesses()
Returns the number of successes. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.util.Calendar getStartTime()
public java.util.Calendar getEndTime()
public long getElapsed()
public int getInstances()
public int getSuccesses()
public int getFailures()
public float getAvg()
public java.util.List<DistributionError> getDistributionErrors()
public java.lang.String toString()
toString
in class java.lang.Object
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |