writeExecSummary.html: Write Summary of Last Test Case Executions as HTML

Description Usage Arguments Author(s) See Also

Description

Write Summary of Last Test Case Executions as HTML

Usage

1
2
3
4
## S4 method for signature '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.

Author(s)

Matthias Pfeifer matthias.pfeifer@roche.com

See Also

RTestCollection-class


RTest documentation built on Dec. 4, 2019, 5:07 p.m.