Méthode | Description | |
---|---|---|
AddResponsePayload ( string responsePayloadKey, string json ) : void | ||
AddStepExecutionResult ( |
||
GetPayloads ( ) : string>.IReadOnlyDictionary |
||
GetResponsePayload ( string key ) : string | ||
Interpret ( string stringWithTokens ) : string | ||
ScenarioContext ( |
Méthode | Description | |
---|---|---|
ScenarioContext ( ) : System.Collections.Generic |
public AddResponsePayload ( string responsePayloadKey, string json ) : void | ||
responsePayloadKey | string | |
json | string | |
Résultat | void |
public AddStepExecutionResult ( |
||
result | ||
Résultat | void |
public GetPayloads ( ) : string>.IReadOnlyDictionary |
||
Résultat | string>.IReadOnlyDictionary |
public GetResponsePayload ( string key ) : string | ||
key | string | |
Résultat | string |
public Interpret ( string stringWithTokens ) : string | ||
stringWithTokens | string | |
Résultat | string |
protected ScenarioContext ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public ScenarioContext ( |
||
scenario | ||
tokenDictionary | string>.IDictionary | |
Résultat | System.Collections.Generic |