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