C# 클래스 Chill.Testing.AppHarness

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

공개 메소드들

메소드 설명
AppHarness ( string path, int port ) : Cassini
Matches ( string path, int port ) : bool
RunApplication ( string path, int port ) : void
Start ( ) : void
Stop ( ) : void
StopApplication ( ) : void

메소드 상세

AppHarness() 공개 메소드

public AppHarness ( string path, int port ) : Cassini
path string
port int
리턴 Cassini

Matches() 공개 메소드

public Matches ( string path, int port ) : bool
path string
port int
리턴 bool

RunApplication() 공개 정적인 메소드

public static RunApplication ( string path, int port ) : void
path string
port int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

StopApplication() 공개 정적인 메소드

public static StopApplication ( ) : void
리턴 void