C# Class OpenIDE.Arguments.Handlers.PkgTestHandler

Inheritance: ICommandHandler
Exibir arquivo Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
Execute ( string arguments ) : void
PkgTestHandler ( string token ) : System

Private Methods

Method 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 method

public Execute ( string arguments ) : void
arguments string
return void

PkgTestHandler() public method

public PkgTestHandler ( string token ) : System
token string
return System