Generates a detailed summary of the last test case execution for the overall test report including all tested expectations.

# S4 method for RTestCase
getExecDetails.html(object,
  report.onlyFailed = FALSE)

Arguments

object

(object) The RTestCase-class object.

report.onlyFailed

(logical) Report only failed exceptions (TRUE) or all exceptions (FALSE, default).

Value

(character)

See also

RTestCase-class