C# 클래스 Pepino.RestSharp.AssertJavascriptStepStrategy

상속: IApiAssertStrategy
파일 보기 프로젝트 열기: AcklenAvenue/Pepino

공개 메소드들

메소드 설명
AssertJavascriptStepStrategy ( IPayloadValueRetriever valueRetriever ) : System
IsFor ( Type stepType ) : bool
Run ( ScenarioContext context, ApiAssert apiAssert ) : void

메소드 상세

AssertJavascriptStepStrategy() 공개 메소드

public AssertJavascriptStepStrategy ( IPayloadValueRetriever valueRetriever ) : System
valueRetriever IPayloadValueRetriever
리턴 System

IsFor() 공개 메소드

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

Run() 공개 메소드

public Run ( ScenarioContext context, ApiAssert apiAssert ) : void
context Pepino.Domain.ScenarioContext
apiAssert Pepino.Domain.Entities.ApiAssert
리턴 void