C# 클래스 GingerCore.Actions.RobotFramework.ActRobot

상속: ActWithoutDriver
파일 보기 프로젝트 열기: Ginger-Automation/Ginger

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AddData ( string outLine ) : void
AddError ( string outLine ) : void
Process_Exited ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AddRobotStatsListToOutputVariables ( List lstRobotTCs ) : void
DuplicateToTempFile ( string fileName ) : string
FormatRobotStatsListAsPipeSeparated ( List lstRobotTCs ) : string
ResetValues ( ) : void
checkVariableAlreadyExists ( List lstGingerParams, string key ) : bool

메소드 상세

ActionUserRecommendedUseCase() 공개 메소드

public ActionUserRecommendedUseCase ( ITextBoxFormatter TBH ) : void
TBH ITextBoxFormatter
리턴 void

AddData() 보호된 메소드

protected AddData ( string outLine ) : void
outLine string
리턴 void

AddError() 보호된 메소드

protected AddError ( string outLine ) : void
outLine string
리턴 void

CreateBusinessAndActivityVariablesToList() 공개 메소드

public CreateBusinessAndActivityVariablesToList ( ) : List
리턴 List

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecuteCommandSync() 공개 메소드

public ExecuteCommandSync ( string command ) : void
command string
리턴 void

GetCreateBusinessAndActivityVariablesToJSONList() 공개 메소드

public GetCreateBusinessAndActivityVariablesToJSONList ( ) : List
리턴 List

Process_Exited() 보호된 메소드

protected Process_Exited ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ReadXML_GetRobotTestExecutionDetails() 공개 메소드

public ReadXML_GetRobotTestExecutionDetails ( string fileName ) : List
fileName string
리턴 List

ReadXML_GetRobotTestExecutionStatus() 공개 메소드

public ReadXML_GetRobotTestExecutionStatus ( string fileName ) : int
fileName string
리턴 int

WriteVariablesToCSVFile() 공개 메소드

public WriteVariablesToCSVFile ( string fileName, List vbList ) : void
fileName string
vbList List
리턴 void

WriteVariablesToJSONFile() 공개 메소드

public WriteVariablesToJSONFile ( string fileName, List gingerParamsLst ) : void
fileName string
gingerParamsLst List
리턴 void

WriteVariablesToJSONFile_V2() 공개 메소드

public WriteVariablesToJSONFile_V2 ( string fileName, List gingerParamsLst ) : void
fileName string
gingerParamsLst List
리턴 void