C# Class JMeter.Toolkit.Engine.Processor.DataResultsHandler

Exibir arquivo Open project: fdore/jmeter-toolkit Class Usage Examples

Public Methods

Method Description
AppendNextHandler ( DataResultsHandler lastHandler ) : void
CanHandle ( IEnumerable results ) : bool
DataResultsHandler ( ) : System.Collections.Generic
ProcessResults ( IEnumerable results ) : JMeter.Toolkit.Services.Spec.Chart[]

Protected Methods

Method Description
HandleResults ( IEnumerable results ) : JMeter.Toolkit.Services.Spec.Chart[]

Method Details

AppendNextHandler() public method

public AppendNextHandler ( DataResultsHandler lastHandler ) : void
lastHandler DataResultsHandler
return void

CanHandle() public abstract method

public abstract CanHandle ( IEnumerable results ) : bool
results IEnumerable
return bool

DataResultsHandler() public method

public DataResultsHandler ( ) : System.Collections.Generic
return System.Collections.Generic

HandleResults() protected abstract method

protected abstract HandleResults ( IEnumerable results ) : JMeter.Toolkit.Services.Spec.Chart[]
results IEnumerable
return JMeter.Toolkit.Services.Spec.Chart[]

ProcessResults() public method

public ProcessResults ( IEnumerable results ) : JMeter.Toolkit.Services.Spec.Chart[]
results IEnumerable
return JMeter.Toolkit.Services.Spec.Chart[]