Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Pepino
RestSharp
ApiPostStepStrategy
C# Class Pepino.RestSharp.ApiPostStepStrategy
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
Pepino.Domain.Entities.Step
context
Pepino.Domain.ScenarioContext
return
IRestResponse