Package | Description |
---|---|
net.grinder.console.model |
The console model.
|
net.grinder.messages.console |
Messages that can be sent to the console.
|
net.grinder.statistics |
The Grinder statistics engine.
|
Modifier and Type | Method and Description |
---|---|
void |
SampleModelImplementation.addTestReport(TestStatisticsMap testStatisticsMap)
Add a new test report.
|
void |
SampleModel.addTestReport(TestStatisticsMap statisticsDelta)
Add a new test report.
|
Modifier and Type | Method and Description |
---|---|
TestStatisticsMap |
ReportStatisticsMessage.getStatisticsDelta()
Get the test statistics.
|
Constructor and Description |
---|
ReportStatisticsMessage(TestStatisticsMap statisticsDelta)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TestStatisticsMap |
TestStatisticsMap.reset()
Reset all our statistics and return a snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
TestStatisticsMap.add(TestStatisticsMap other)
Add the values in another
TestStatisticsMap to this
TestStatisticsMap . |
Constructor and Description |
---|
StatisticsTable(StatisticsView statisticsView,
StatisticsIndexMap statisticsIndexMap,
TestStatisticsMap testStatisticsMap)
Creates a new
StatisticsTable instance. |
Copyright © 2000-2014. All Rights Reserved.