C# Class Chill.Testing.AppHarness

Show file Open project: gnoso/Chill Class Usage Examples

Public Methods

Method Description
AppHarness ( string path, int port ) : Cassini
Matches ( string path, int port ) : bool
RunApplication ( string path, int port ) : void
Start ( ) : void
Stop ( ) : void
StopApplication ( ) : void

Method Details

AppHarness() public method

public AppHarness ( string path, int port ) : Cassini
path string
port int
return Cassini

Matches() public method

public Matches ( string path, int port ) : bool
path string
port int
return bool

RunApplication() public static method

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

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

StopApplication() public static method

public static StopApplication ( ) : void
return void