Свойство | Type | Description | |
---|---|---|---|
generateDocumentStructureTop | string | ||
getStatisticsStringOverall | string | ||
getStatisticsStringScenario | string | ||
getStatisticsStringSuite | string | ||
getStatisticsStringTestResult | string |
Méthode | Description | |
---|---|---|
ImportExportCmdletBase ( ) : System |
Méthode | Description | |
---|---|---|
ExportLogToCSV ( string path ) : void | ||
ExportLogToHTML ( string path ) : void | ||
ExportLogToTEXT ( string path ) : void | ||
ExportLogToZIP ( string path ) : void | ||
ExportResultsToCSV ( string path ) : void | ||
ExportResultsToHTML ( |
||
ExportResultsToTEXT ( string path ) : void | ||
ExportResultsToZIP ( string path ) : void | ||
ExportSummaryToCSV ( string path ) : void | ||
ExportSummaryToHTML ( |
||
ExportSummaryToTEXT ( string path ) : void | ||
ExportSummaryToZIP ( string path ) : void | ||
ExportToHTML ( string path, bool fullReport, bool skipAutomatic ) : void |
Méthode | Description | |
---|---|---|
generateDocumentStructureTop ( ) : string | ||
getStatisticsStringOverall ( ) : string | ||
getStatisticsStringScenario ( ITestScenario scenario, bool skipAutomatic ) : string | ||
getStatisticsStringSuite ( ITestSuite suite, bool skipAutomatic ) : string | ||
getStatisticsStringTestResult ( ITestResult testResult ) : string |
protected ExportLogToCSV ( string path ) : void | ||
path | string | |
Résultat | void |
protected ExportLogToHTML ( string path ) : void | ||
path | string | |
Résultat | void |
protected ExportLogToTEXT ( string path ) : void | ||
path | string | |
Résultat | void |
protected ExportLogToZIP ( string path ) : void | ||
path | string | |
Résultat | void |
protected ExportResultsToCSV ( string path ) : void | ||
path | string | |
Résultat | void |
protected ExportResultsToHTML ( |
||
cmdlet | ||
path | string | |
Résultat | void |
protected ExportResultsToTEXT ( string path ) : void | ||
path | string | |
Résultat | void |
protected ExportResultsToZIP ( string path ) : void | ||
path | string | |
Résultat | void |
protected ExportSummaryToCSV ( string path ) : void | ||
path | string | |
Résultat | void |
protected ExportSummaryToHTML ( |
||
cmdlet | ||
path | string | |
Résultat | void |
protected ExportSummaryToTEXT ( string path ) : void | ||
path | string | |
Résultat | void |
protected ExportSummaryToZIP ( string path ) : void | ||
path | string | |
Résultat | void |
protected ExportToHTML ( string path, bool fullReport, bool skipAutomatic ) : void | ||
path | string | |
fullReport | bool | |
skipAutomatic | bool | |
Résultat | void |