C# Class Viki.LoadRunner.Engine.Aggregators.Results.ResultsMapper

Show file Open project: Vycka/LoadRunner Class Usage Examples

Public Methods

Method Description
Map ( TestContextResultAggregate results, bool includeAllCheckpoints = false, System.TimeSpan aggregationTimeSpan = null ) : IEnumerable
ResultsMapper ( OrderLearner orderLearner ) : System

Method Details

Map() public method

public Map ( TestContextResultAggregate results, bool includeAllCheckpoints = false, System.TimeSpan aggregationTimeSpan = null ) : IEnumerable
results Viki.LoadRunner.Engine.Aggregators.Aggregates.TestContextResultAggregate
includeAllCheckpoints bool
aggregationTimeSpan System.TimeSpan
return IEnumerable

ResultsMapper() public method

public ResultsMapper ( OrderLearner orderLearner ) : System
orderLearner Viki.LoadRunner.Engine.Aggregators.Utils.OrderLearner
return System