C# 클래스 Tmx.ImportExportCmdletBase

Description of ImportExportCmdletBase.
상속: SearchCmdletBase
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
generateDocumentStructureTop string
getStatisticsStringOverall string
getStatisticsStringScenario string
getStatisticsStringSuite string
getStatisticsStringTestResult string

공개 메소드들

메소드 설명
ImportExportCmdletBase ( ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
generateDocumentStructureTop ( ) : string
getStatisticsStringOverall ( ) : string
getStatisticsStringScenario ( ITestScenario scenario, bool skipAutomatic ) : string
getStatisticsStringSuite ( ITestSuite suite, bool skipAutomatic ) : string
getStatisticsStringTestResult ( ITestResult testResult ) : string

메소드 상세

ExportLogToCSV() 보호된 메소드

protected ExportLogToCSV ( string path ) : void
path string
리턴 void

ExportLogToHTML() 보호된 메소드

protected ExportLogToHTML ( string path ) : void
path string
리턴 void

ExportLogToTEXT() 보호된 메소드

protected ExportLogToTEXT ( string path ) : void
path string
리턴 void

ExportLogToZIP() 보호된 메소드

protected ExportLogToZIP ( string path ) : void
path string
리턴 void

ExportResultsToCSV() 보호된 메소드

protected ExportResultsToCSV ( string path ) : void
path string
리턴 void

ExportResultsToHTML() 보호된 메소드

protected ExportResultsToHTML ( ImportExportCmdletBase cmdlet, string path ) : void
cmdlet ImportExportCmdletBase
path string
리턴 void

ExportResultsToTEXT() 보호된 메소드

protected ExportResultsToTEXT ( string path ) : void
path string
리턴 void

ExportResultsToZIP() 보호된 메소드

protected ExportResultsToZIP ( string path ) : void
path string
리턴 void

ExportSummaryToCSV() 보호된 메소드

protected ExportSummaryToCSV ( string path ) : void
path string
리턴 void

ExportSummaryToHTML() 보호된 메소드

protected ExportSummaryToHTML ( ImportExportCmdletBase cmdlet, string path ) : void
cmdlet ImportExportCmdletBase
path string
리턴 void

ExportSummaryToTEXT() 보호된 메소드

protected ExportSummaryToTEXT ( string path ) : void
path string
리턴 void

ExportSummaryToZIP() 보호된 메소드

protected ExportSummaryToZIP ( string path ) : void
path string
리턴 void

ExportToHTML() 보호된 메소드

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

ImportExportCmdletBase() 공개 메소드

public ImportExportCmdletBase ( ) : System
리턴 System