프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
||
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 |
메소드 | 설명 | |
---|---|---|
generateDocumentStructureTop ( ) : string | ||
getStatisticsStringOverall ( ) : string | ||
getStatisticsStringScenario ( ITestScenario scenario, bool skipAutomatic ) : string | ||
getStatisticsStringSuite ( ITestSuite suite, bool skipAutomatic ) : string | ||
getStatisticsStringTestResult ( ITestResult testResult ) : string |
protected ExportResultsToCSV ( string path ) : void | ||
path | string | |
리턴 | void |
protected ExportResultsToHTML ( |
||
cmdlet | ||
path | string | |
리턴 | void |
protected ExportResultsToTEXT ( string path ) : void | ||
path | string | |
리턴 | void |
protected ExportResultsToZIP ( string path ) : void | ||
path | string | |
리턴 | void |
protected ExportSummaryToCSV ( string path ) : void | ||
path | string | |
리턴 | void |
protected ExportSummaryToHTML ( |
||
cmdlet | ||
path | string | |
리턴 | void |
protected ExportSummaryToTEXT ( string path ) : void | ||
path | string | |
리턴 | void |
protected ExportSummaryToZIP ( string path ) : void | ||
path | string | |
리턴 | void |
protected ExportToHTML ( string path, bool fullReport, bool skipAutomatic ) : void | ||
path | string | |
fullReport | bool | |
skipAutomatic | bool | |
리턴 | void |