C# Класс HpToolsLauncher.Launcher

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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