C# Class DryRunner.TestSiteServer

Afficher le fichier Open project: tgjones/dryrunner Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
CreateApplicationHostConfig ( ) : string
GetApplicationHostConfigTemplate ( ) : string
PostMessage ( HandleRef hWnd, uint msg, IntPtr wParam, IntPtr lParam ) : bool
StartIisExpress ( ) : void

Method Details

Start() public méthode

Starts the IISExpress process that hosts the test site.
public Start ( ) : void
Résultat void

Stop() public méthode

Stops the IISExpress process that hosts the test site.
public Stop ( ) : void
Résultat void

TestSiteServer() public méthode

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
Résultat System