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 ITestResult
public void addParticipantResult(ParticipantResult result)
public double getConsumedMessageRate()
public double getProducedMessageRate()
public boolean hasErrors()
hasErrors
in interface ITestResult
public String getName()
getName
in interface ITestResult
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.