public class TestResult extends Object implements ITestResult
| Constructor and Description |
|---|
TestResult(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParticipantResult(ParticipantResult result) |
double |
getConsumedMessageRate() |
String |
getName() |
List<ParticipantResult> |
getParticipantResults() |
double |
getProducedMessageRate() |
boolean |
hasErrors() |
String |
toString() |
public TestResult(String name)
public List<ParticipantResult> getParticipantResults()
getParticipantResults in interface ITestResultpublic void addParticipantResult(ParticipantResult result)
public double getConsumedMessageRate()
public double getProducedMessageRate()
public boolean hasErrors()
hasErrors in interface ITestResultpublic String getName()
getName in interface ITestResultCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.