Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Pepino
RestSharp
ApiGetStepStrategy
C# Class Pepino.RestSharp.ApiGetStepStrategy
Inheritance:
ApiStepStrategy
,
IApiStepStrategy
显示文件
Open project: AcklenAvenue/Pepino
Public Methods
Method
Description
IsFor
(
Type
stepType
) :
bool
Run
(
Step
step
,
ScenarioContext
context
) :
IRestResponse
Method Details
IsFor()
public
method
public
IsFor
(
Type
stepType
) :
bool
stepType
System.Type
return
bool
Run()
public
method
public
Run
(
Step
step
,
ScenarioContext
context
) :
IRestResponse
step
Step
context
ScenarioContext
return
IRestResponse