C# Class OpenIDE.Arguments.Handlers.PkgTestHandler

Inheritance: ICommandHandler
Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( string arguments ) : void
PkgTestHandler ( string token ) : System

Private Methods

Méthode Description
ask ( Process proc, string msg ) : bool
getTests ( string path ) : IEnumerable
handleFeedback ( Process proc, bool error, string line ) : void
handleTestDone ( string state, ConsoleColor color ) : void
handleTestDone ( string state, ConsoleColor color, bool print ) : void
log ( string message ) : void
retryFor5SecondsIfFalse ( Func check ) : bool
runCommand ( string command ) : void
runCommand ( string command, bool listenForFeedback ) : void
writeInconclusive ( ) : void
writeSummary ( ) : void

Method Details

Execute() public méthode

public Execute ( string arguments ) : void
arguments string
Résultat void

PkgTestHandler() public méthode

public PkgTestHandler ( string token ) : System
token string
Résultat System