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

Afficher le fichier Open project: fdore/jmeter-toolkit Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
HandleResults ( IEnumerable results ) : JMeter.Toolkit.Services.Spec.Chart[]

Method Details

AppendNextHandler() public méthode

public AppendNextHandler ( DataResultsHandler lastHandler ) : void
lastHandler DataResultsHandler
Résultat void

CanHandle() public abstract méthode

public abstract CanHandle ( IEnumerable results ) : bool
results IEnumerable
Résultat bool

DataResultsHandler() public méthode

public DataResultsHandler ( ) : System.Collections.Generic
Résultat System.Collections.Generic

HandleResults() protected abstract méthode

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

ProcessResults() public méthode

public ProcessResults ( IEnumerable results ) : JMeter.Toolkit.Services.Spec.Chart[]
results IEnumerable
Résultat JMeter.Toolkit.Services.Spec.Chart[]