Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Pepino
RestSharp
ApiPatchStepStrategy
C# 클래스 Pepino.RestSharp.ApiPatchStepStrategy
상속:
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