C# Class Tmx.ImportExportCmdletBase

Description of ImportExportCmdletBase.
Inheritance: SearchCmdletBase
Mostra file Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Property Type Description
generateDocumentStructureTop string
getStatisticsStringOverall string
getStatisticsStringScenario string
getStatisticsStringSuite string
getStatisticsStringTestResult string

Public Methods

Method Description
ImportExportCmdletBase ( ) : System

Protected Methods

Method 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

Method 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 method

protected ExportLogToCSV ( string path ) : void
path string
return void

ExportLogToHTML() protected method

protected ExportLogToHTML ( string path ) : void
path string
return void

ExportLogToTEXT() protected method

protected ExportLogToTEXT ( string path ) : void
path string
return void

ExportLogToZIP() protected method

protected ExportLogToZIP ( string path ) : void
path string
return void

ExportResultsToCSV() protected method

protected ExportResultsToCSV ( string path ) : void
path string
return void

ExportResultsToHTML() protected method

protected ExportResultsToHTML ( ImportExportCmdletBase cmdlet, string path ) : void
cmdlet ImportExportCmdletBase
path string
return void

ExportResultsToTEXT() protected method

protected ExportResultsToTEXT ( string path ) : void
path string
return void

ExportResultsToZIP() protected method

protected ExportResultsToZIP ( string path ) : void
path string
return void

ExportSummaryToCSV() protected method

protected ExportSummaryToCSV ( string path ) : void
path string
return void

ExportSummaryToHTML() protected method

protected ExportSummaryToHTML ( ImportExportCmdletBase cmdlet, string path ) : void
cmdlet ImportExportCmdletBase
path string
return void

ExportSummaryToTEXT() protected method

protected ExportSummaryToTEXT ( string path ) : void
path string
return void

ExportSummaryToZIP() protected method

protected ExportSummaryToZIP ( string path ) : void
path string
return void

ExportToHTML() protected method

protected ExportToHTML ( string path, bool fullReport, bool skipAutomatic ) : void
path string
fullReport bool
skipAutomatic bool
return void

ImportExportCmdletBase() public method

public ImportExportCmdletBase ( ) : System
return System