C# 클래스 nStep.Processor

상속: IProcessor
파일 보기 프로젝트 열기: clearwavebuild/nStep 1 사용 예제들

공개 메소드들

메소드 설명
OnAtExit ( ) : void
Process ( Request request ) : Response
Processor ( IMatchSteps stepMatcher, IRunSteps stepRunner ) : System
Reset ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnAtExit() 공개 메소드

public OnAtExit ( ) : void
리턴 void

Process() 공개 메소드

public Process ( Request request ) : Response
request nStep.Messages.Request
리턴 nStep.Messages.Response

Processor() 공개 메소드

public Processor ( IMatchSteps stepMatcher, IRunSteps stepRunner ) : System
stepMatcher IMatchSteps
stepRunner IRunSteps
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void