| Package | Description |
|---|---|
| net.grinder.script |
Interfaces and classes for use by scripts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statistics.StatisticsForTest.addDouble(String statisticName,
double value)
Add
value to the double statistic
statisticName. |
void |
Statistics.StatisticsForTest.addLong(String statisticName,
long value)
Add
value to the long statistic statisticName. |
double |
Statistics.StatisticsForTest.getDouble(String statisticName)
Return the value of the double statistic
statisticName. |
long |
Statistics.StatisticsForTest.getLong(String statisticName)
Return the value of long statistic
statisticName. |
void |
Statistics.StatisticsForTest.setDouble(String statisticName,
double value)
Sets the double statistic
statisticName to the specified
value. |
void |
Statistics.StatisticsForTest.setLong(String statisticName,
long value)
Sets the long statistic
statisticName to the specified
value. |
Copyright © 2000-2014. All Rights Reserved.