C# Class nStep.Processor

Inheritance: IProcessor
Afficher le fichier Open project: clearwavebuild/nStep Class Usage Examples

Méthodes publiques

Méthode Description
OnAtExit ( ) : void
Process ( Request request ) : Response
Processor ( IMatchSteps stepMatcher, IRunSteps stepRunner ) : System
Reset ( ) : void

Private Methods

Méthode Description
GetOrCreateStepId ( StepDefinition stepDefinition ) : System.Guid
OnAfterScenario ( string tags ) : void
OnAfterStep ( StepMatch stepMatch ) : void
OnBeforeScenario ( string tags ) : void
OnBeforeStep ( StepMatch stepMatch ) : void
ProcessBeginScenario ( BeginScenarioRequest request ) : Response
ProcessEndScenario ( EndScenarioRequest request ) : Response
ProcessInvoke ( InvokeRequest request ) : Response
ProcessSnippet ( SnippetRequest request ) : Response
ProcessStepMatches ( string step ) : Response

Method Details

OnAtExit() public méthode

public OnAtExit ( ) : void
Résultat void

Process() public méthode

public Process ( Request request ) : Response
request nStep.Messages.Request
Résultat nStep.Messages.Response

Processor() public méthode

public Processor ( IMatchSteps stepMatcher, IRunSteps stepRunner ) : System
stepMatcher IMatchSteps
stepRunner IRunSteps
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void