C# Class GingerCore.Actions.RobotFramework.ActRobot

Inheritance: ActWithoutDriver
Afficher le fichier Open project: Ginger-Automation/Ginger

Méthodes publiques

Méthode Description
ActionUserRecommendedUseCase ( ITextBoxFormatter TBH ) : void
CreateBusinessAndActivityVariablesToList ( ) : List
Execute ( ) : void
ExecuteCommandSync ( string command ) : void
GetCreateBusinessAndActivityVariablesToJSONList ( ) : List
ReadXML_GetRobotTestExecutionDetails ( string fileName ) : List
ReadXML_GetRobotTestExecutionStatus ( string fileName ) : int
WriteVariablesToCSVFile ( string fileName, List vbList ) : void
WriteVariablesToJSONFile ( string fileName, List gingerParamsLst ) : void
WriteVariablesToJSONFile_V2 ( string fileName, List gingerParamsLst ) : void

Méthodes protégées

Méthode Description
AddData ( string outLine ) : void
AddError ( string outLine ) : void
Process_Exited ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
AddRobotStatsListToOutputVariables ( List lstRobotTCs ) : void
DuplicateToTempFile ( string fileName ) : string
FormatRobotStatsListAsPipeSeparated ( List lstRobotTCs ) : string
ResetValues ( ) : void
checkVariableAlreadyExists ( List lstGingerParams, string key ) : bool

Method Details

ActionUserRecommendedUseCase() public méthode

public ActionUserRecommendedUseCase ( ITextBoxFormatter TBH ) : void
TBH ITextBoxFormatter
Résultat void

AddData() protected méthode

protected AddData ( string outLine ) : void
outLine string
Résultat void

AddError() protected méthode

protected AddError ( string outLine ) : void
outLine string
Résultat void

CreateBusinessAndActivityVariablesToList() public méthode

public CreateBusinessAndActivityVariablesToList ( ) : List
Résultat List

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecuteCommandSync() public méthode

public ExecuteCommandSync ( string command ) : void
command string
Résultat void

GetCreateBusinessAndActivityVariablesToJSONList() public méthode

public GetCreateBusinessAndActivityVariablesToJSONList ( ) : List
Résultat List

Process_Exited() protected méthode

protected Process_Exited ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ReadXML_GetRobotTestExecutionDetails() public méthode

public ReadXML_GetRobotTestExecutionDetails ( string fileName ) : List
fileName string
Résultat List

ReadXML_GetRobotTestExecutionStatus() public méthode

public ReadXML_GetRobotTestExecutionStatus ( string fileName ) : int
fileName string
Résultat int

WriteVariablesToCSVFile() public méthode

public WriteVariablesToCSVFile ( string fileName, List vbList ) : void
fileName string
vbList List
Résultat void

WriteVariablesToJSONFile() public méthode

public WriteVariablesToJSONFile ( string fileName, List gingerParamsLst ) : void
fileName string
gingerParamsLst List
Résultat void

WriteVariablesToJSONFile_V2() public méthode

public WriteVariablesToJSONFile_V2 ( string fileName, List gingerParamsLst ) : void
fileName string
gingerParamsLst List
Résultat void