C# Class Chill.Testing.AppHarness

Afficher le fichier Open project: gnoso/Chill Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AppHarness ( string path, int port ) : Cassini
path string
port int
Résultat Cassini

Matches() public méthode

public Matches ( string path, int port ) : bool
path string
port int
Résultat bool

RunApplication() public static méthode

public static RunApplication ( string path, int port ) : void
path string
port int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

StopApplication() public static méthode

public static StopApplication ( ) : void
Résultat void