C# 클래스 SharpSpecs.Framework.SpecRunner

상속: ISpecRunner
파일 보기 프로젝트 열기: charlieridley/SharpSpecs 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnFeatureBegin void
OnFeatureEnd void
OnScenarioBegin void
OnScenarioEnd void
OnStepBegin void
OnStepEnd void
SpecRunner System

공개 메소드들

메소드 설명
Load ( string dllName ) : IEnumerable

Loads from specified DLL name.

RunAllFeatures ( ) : void

Runs all features.

SpecRunner ( ) : System

Initializes a new instance of the SpecRunner class.

비공개 메소드들

메소드 설명
OnFeatureBegin ( Feature feature ) : void

Called when a feature begins.

OnFeatureEnd ( Feature feature ) : void

Called when a feature ends

OnScenarioBegin ( Scenario scenario ) : void

Called when a scenario begins

OnScenarioEnd ( Scenario scenario ) : void

Called when a scenario ends

OnStepBegin ( Step step ) : void

Called when the step begins

OnStepEnd ( Step step ) : void

Called when the step ends

SpecRunner ( IFeatureLoader featureLoader ) : System

Initializes a new instance of the SpecRunner class.

메소드 상세

Load() 공개 메소드

Loads from specified DLL name.
public Load ( string dllName ) : IEnumerable
dllName string Name of the DLL.
리턴 IEnumerable

RunAllFeatures() 공개 메소드

Runs all features.
public RunAllFeatures ( ) : void
리턴 void

SpecRunner() 공개 메소드

Initializes a new instance of the SpecRunner class.
public SpecRunner ( ) : System
리턴 System