C# 클래스 SharpSpecs.UI.Controllers.MainWindowController

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

Private Properties

프로퍼티 타입 설명
Load void
RunAllFeatures void
SetCommands void
WireUpEvents void

공개 메소드들

메소드 설명
MainWindowController ( ) : System

Initializes a new instance of the MainWindowController class.

MainWindowController ( ISpecRunner specRunner ) : System

Initializes a new instance of the MainWindowController class.

비공개 메소드들

메소드 설명
Load ( ) : void

Loads this instance.

RunAllFeatures ( ) : void

Runs all specs.

SetCommands ( ) : void

Sets the commands.

WireUpEvents ( ) : void

Wires up events.

메소드 상세

MainWindowController() 공개 메소드

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

MainWindowController() 공개 메소드

Initializes a new instance of the MainWindowController class.
public MainWindowController ( ISpecRunner specRunner ) : System
specRunner ISpecRunner The spec runner.
리턴 System