C# 클래스 HpToolsLauncher.Launcher

파일 보기 프로젝트 열기: hpsa/hp-application-automation-tools-plugin 1 사용 예제들

공개 메소드들

메소드 설명
Launcher ( string failOnTestFailed, string paramFileName, TestStorageType runtype ) : System

constructor

Run ( ) : void

analyzes and runs the tests given in the param file.

비공개 메소드들

메소드 설명
CreateRunner ( TestStorageType runType, JavaProperties ciParams ) : IAssetRunner

creates the correct runner according to the given type

Decrypt ( string textToDecrypt, string key ) : string

decrypts strings which were encrypted by Encrypt (in the c# or java code, mainly for qc passwords)

Encrypt ( string textToEncrypt, string key ) : string

encrypts strings to be decrypted by decrypt function(in the c# or java code, mainly for qc passwords)

GetParamsWithPrefix ( string prefix ) : List
RunTests ( IAssetRunner runner, string resultsFile ) : void

used by the run fuction to run the tests

WriteToConsole ( string message ) : void

writes to console using the ConsolWriter class

메소드 상세

Launcher() 공개 메소드

constructor
public Launcher ( string failOnTestFailed, string paramFileName, TestStorageType runtype ) : System
failOnTestFailed string
paramFileName string
runtype TestStorageType
리턴 System

Run() 공개 메소드

analyzes and runs the tests given in the param file.
public Run ( ) : void
리턴 void