C# Class Pepino.RestSharp.ApiPostStepStrategy

Inheritance: ApiStepStrategy, IApiStepStrategy
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
IsFor ( Type stepType ) : bool
Run ( Step step, ScenarioContext context ) : IRestResponse

Method Details

IsFor() public méthode

public IsFor ( Type stepType ) : bool
stepType System.Type
Résultat bool

Run() public méthode

public Run ( Step step, ScenarioContext context ) : IRestResponse
step Pepino.Domain.Entities.Step
context Pepino.Domain.ScenarioContext
Résultat IRestResponse