C# Класс SharpSpecs.UI.Controllers.MainWindowController

Показать файл Открыть проект Примеры использования класса

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