C# Class Pepino.ScenarioRunner.Application.ScenarioContext

Afficher le fichier Open project: AcklenAvenue/Pepino Class Usage Examples

Méthodes publiques

Méthode Description
AddResponsePayload ( string responsePayloadKey, string json ) : void
AddStepExecutionResult ( StepExecutionResult result ) : void
GetPayloads ( ) : string>.IReadOnlyDictionary
GetResponsePayload ( string key ) : string
Interpret ( string stringWithTokens ) : string
ScenarioContext ( Scenario scenario, string>.IDictionary tokenDictionary = null ) : System.Collections.Generic

Méthodes protégées

Méthode Description
ScenarioContext ( ) : System.Collections.Generic

Method Details

AddResponsePayload() public méthode

public AddResponsePayload ( string responsePayloadKey, string json ) : void
responsePayloadKey string
json string
Résultat void

AddStepExecutionResult() public méthode

public AddStepExecutionResult ( StepExecutionResult result ) : void
result StepExecutionResult
Résultat void

GetPayloads() public méthode

public GetPayloads ( ) : string>.IReadOnlyDictionary
Résultat string>.IReadOnlyDictionary

GetResponsePayload() public méthode

public GetResponsePayload ( string key ) : string
key string
Résultat string

Interpret() public méthode

public Interpret ( string stringWithTokens ) : string
stringWithTokens string
Résultat string

ScenarioContext() protected méthode

protected ScenarioContext ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ScenarioContext() public méthode

public ScenarioContext ( Scenario scenario, string>.IDictionary tokenDictionary = null ) : System.Collections.Generic
scenario Scenario
tokenDictionary string>.IDictionary
Résultat System.Collections.Generic