C# 클래스 DryRunner.TestSiteServer

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

공개 메소드들

메소드 설명
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