C# Class Tmx.ImportExportCmdletBase

Description of ImportExportCmdletBase.
Inheritance: SearchCmdletBase
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Свойство Type Description
generateDocumentStructureTop string
getStatisticsStringOverall string
getStatisticsStringScenario string
getStatisticsStringSuite string
getStatisticsStringTestResult string

Méthodes publiques

Méthode Description
ImportExportCmdletBase ( ) : System

Méthodes protégées

Méthode Description
ExportLogToCSV ( string path ) : void
ExportLogToHTML ( string path ) : void
ExportLogToTEXT ( string path ) : void
ExportLogToZIP ( string path ) : void
ExportResultsToCSV ( string path ) : void
ExportResultsToHTML ( ImportExportCmdletBase cmdlet, string path ) : void
ExportResultsToTEXT ( string path ) : void
ExportResultsToZIP ( string path ) : void
ExportSummaryToCSV ( string path ) : void
ExportSummaryToHTML ( ImportExportCmdletBase cmdlet, string path ) : void
ExportSummaryToTEXT ( string path ) : void
ExportSummaryToZIP ( string path ) : void
ExportToHTML ( string path, bool fullReport, bool skipAutomatic ) : void

Private Methods

Méthode Description
generateDocumentStructureTop ( ) : string
getStatisticsStringOverall ( ) : string
getStatisticsStringScenario ( ITestScenario scenario, bool skipAutomatic ) : string
getStatisticsStringSuite ( ITestSuite suite, bool skipAutomatic ) : string
getStatisticsStringTestResult ( ITestResult testResult ) : string

Method Details

ExportLogToCSV() protected méthode

protected ExportLogToCSV ( string path ) : void
path string
Résultat void

ExportLogToHTML() protected méthode

protected ExportLogToHTML ( string path ) : void
path string
Résultat void

ExportLogToTEXT() protected méthode

protected ExportLogToTEXT ( string path ) : void
path string
Résultat void

ExportLogToZIP() protected méthode

protected ExportLogToZIP ( string path ) : void
path string
Résultat void

ExportResultsToCSV() protected méthode

protected ExportResultsToCSV ( string path ) : void
path string
Résultat void

ExportResultsToHTML() protected méthode

protected ExportResultsToHTML ( ImportExportCmdletBase cmdlet, string path ) : void
cmdlet ImportExportCmdletBase
path string
Résultat void

ExportResultsToTEXT() protected méthode

protected ExportResultsToTEXT ( string path ) : void
path string
Résultat void

ExportResultsToZIP() protected méthode

protected ExportResultsToZIP ( string path ) : void
path string
Résultat void

ExportSummaryToCSV() protected méthode

protected ExportSummaryToCSV ( string path ) : void
path string
Résultat void

ExportSummaryToHTML() protected méthode

protected ExportSummaryToHTML ( ImportExportCmdletBase cmdlet, string path ) : void
cmdlet ImportExportCmdletBase
path string
Résultat void

ExportSummaryToTEXT() protected méthode

protected ExportSummaryToTEXT ( string path ) : void
path string
Résultat void

ExportSummaryToZIP() protected méthode

protected ExportSummaryToZIP ( string path ) : void
path string
Résultat void

ExportToHTML() protected méthode

protected ExportToHTML ( string path, bool fullReport, bool skipAutomatic ) : void
path string
fullReport bool
skipAutomatic bool
Résultat void

ImportExportCmdletBase() public méthode

public ImportExportCmdletBase ( ) : System
Résultat System