constructFailureDescription {tinytest2JUnit}R Documentation

Helper function generating the body of a failure description tag!

Description

Helper function generating the body of a failure description tag! Attempts to mimic the print behaviour of a tinytest object.

Usage

constructFailureDescription(tinytest)

Arguments

tinytest

A tinytest objec that is considered failed!.

Value

character(1) being the failure tag description body. This string is already propery xml escaped.


[Package tinytest2JUnit version 1.1.2 Index]