|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grinder.statistics.TestStatisticsQueries
public final class TestStatisticsQueries
Common queries against the standard statistics.
| Method Summary | |
|---|---|
double |
getAverageTestTime(StatisticsSet statistics)
Return the value obtained by dividing the timedTests sample statistics total attribute by its count attribute. |
long |
getNumberOfErrors(StatisticsSet statistics)
Return the value of the errors statistic. |
long |
getNumberOfTests(StatisticsSet statistics)
Return the number of tests. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public long getNumberOfTests(StatisticsSet statistics)
statistics - The statistics to query.
long valuepublic long getNumberOfErrors(StatisticsSet statistics)
statistics - The statistics to query.
long valuepublic double getAverageTestTime(StatisticsSet statistics)
statistics - The statistics to query.
double value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||