Write Summary of Last Test Case Executions as HTML
# S4 method for RTestCollection
writeExecSummary.html(object, out.fPath,
test.TCs = NULL, open = TRUE, report.onlyFailed = FALSE,
logo = NULL)
Arguments
| object |
(object) The RTestCollection-class object. |
| out.fPath |
(character) Path to output file. |
| test.TCs |
(character) Vector with the TCs to be executed or NULL if all
all TCs of the collection should be tested. |
| open |
(logical) Should the generated file be opened (TRUE) or not
(FALSE) after report generation. |
| report.onlyFailed |
(logical) Report only failed exceptions (TRUE) or
all exceptions (FALSE, default). |
| logo |
(character) Path to alternative logo file. To use the default
logo, use NULL. To use no logo use NA. |
See also