C# 클래스 Pepino.RestSharp.ApiPutStepStrategy

상속: ApiStepStrategy, IApiStepStrategy
파일 보기 프로젝트 열기: AcklenAvenue/Pepino

공개 메소드들

메소드 설명
IsFor ( Type stepType ) : bool
Run ( Step step, ScenarioContext context ) : IRestResponse

메소드 상세

IsFor() 공개 메소드

public IsFor ( Type stepType ) : bool
stepType System.Type
리턴 bool

Run() 공개 메소드

public Run ( Step step, ScenarioContext context ) : IRestResponse
step Pepino.Domain.Entities.Step
context Pepino.Domain.ScenarioContext
리턴 IRestResponse