C# Класс DryRunner.TestSiteServer

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

Открытые методы

Метод Описание
Start ( ) : void

Starts the IISExpress process that hosts the test site.

Stop ( ) : void

Stops the IISExpress process that hosts the test site.

TestSiteServer ( string physicalSitePath, TestSiteServerOptions options ) : System

Creates a new test site server that hosts the application located on the given physicalSitePath using options defined in options.

Приватные методы

Метод Описание
CreateApplicationHostConfig ( ) : string
GetApplicationHostConfigTemplate ( ) : string
PostMessage ( HandleRef hWnd, uint msg, IntPtr wParam, IntPtr lParam ) : bool
StartIisExpress ( ) : void

Описание методов

Start() публичный Метод

Starts the IISExpress process that hosts the test site.
public Start ( ) : void
Результат void

Stop() публичный Метод

Stops the IISExpress process that hosts the test site.
public Stop ( ) : void
Результат void

TestSiteServer() публичный Метод

Creates a new test site server that hosts the application located on the given physicalSitePath using options defined in options.
public TestSiteServer ( string physicalSitePath, TestSiteServerOptions options ) : System
physicalSitePath string
options TestSiteServerOptions
Результат System