public class AggregatedTestResult extends Object implements ITestResult
Constructor and Description |
---|
AggregatedTestResult(ITestResult originalTestResult) |
Modifier and Type | Method and Description |
---|---|
ParticipantResult |
getAllConsumerParticipantResult() |
ParticipantResult |
getAllParticipantResult()
Returns the result where
ParticipantResult.getNumberOfMessagesProcessed()
is the total number of messages consumed during the test, and ParticipantResult.getTimeTaken()
is the time between the start of the first producer and the end of the last consumer to finish. |
ParticipantResult |
getAllProducerParticipantResult() |
String |
getName() |
List<ParticipantResult> |
getParticipantResults() |
boolean |
hasErrors() |
void |
setAllConsumerParticipantResult(ParticipantResult allConsumerParticipantResult) |
void |
setAllParticipantResult(ParticipantResult allParticipantResult) |
void |
setAllProducerParticipantResult(ParticipantResult allProducerParticipantResult) |
public AggregatedTestResult(ITestResult originalTestResult)
public ParticipantResult getAllParticipantResult()
ParticipantResult.getNumberOfMessagesProcessed()
is the total number of messages consumed during the test, and ParticipantResult.getTimeTaken()
is the time between the start of the first producer and the end of the last consumer to finish.public void setAllParticipantResult(ParticipantResult allParticipantResult)
public ParticipantResult getAllConsumerParticipantResult()
public void setAllConsumerParticipantResult(ParticipantResult allConsumerParticipantResult)
public ParticipantResult getAllProducerParticipantResult()
public void setAllProducerParticipantResult(ParticipantResult allProducerParticipantResult)
public List<ParticipantResult> getParticipantResults()
getParticipantResults
in interface ITestResult
public boolean hasErrors()
hasErrors
in interface ITestResult
public String getName()
getName
in interface ITestResult
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.