C# 클래스 Pepino.ScenarioRunner.Application.ScenarioContext

파일 보기 프로젝트 열기: AcklenAvenue/Pepino 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
ScenarioContext ( ) : System.Collections.Generic

메소드 상세

AddResponsePayload() 공개 메소드

public AddResponsePayload ( string responsePayloadKey, string json ) : void
responsePayloadKey string
json string
리턴 void

AddStepExecutionResult() 공개 메소드

public AddStepExecutionResult ( StepExecutionResult result ) : void
result StepExecutionResult
리턴 void

GetPayloads() 공개 메소드

public GetPayloads ( ) : string>.IReadOnlyDictionary
리턴 string>.IReadOnlyDictionary

GetResponsePayload() 공개 메소드

public GetResponsePayload ( string key ) : string
key string
리턴 string

Interpret() 공개 메소드

public Interpret ( string stringWithTokens ) : string
stringWithTokens string
리턴 string

ScenarioContext() 보호된 메소드

protected ScenarioContext ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ScenarioContext() 공개 메소드

public ScenarioContext ( Scenario scenario, string>.IDictionary tokenDictionary = null ) : System.Collections.Generic
scenario Scenario
tokenDictionary string>.IDictionary
리턴 System.Collections.Generic