| constructTestsuiteTag {tinytest2JUnit} | R Documentation |
Construct JUnit </testsuite> tag
Description
Construct the </testsuite> tag of a tinytest, given all the tinytest results
from a single test file.
Usage
constructTestsuiteTag(testsFile, id)
Arguments
testsFile |
|
id |
|
Details
In case a tinytest2JUnit is provided following additional info can be reported:
testsuite duration.
timestamp when the testsuite was performed.
hostname where the testsuite was ran.
Value
XMLtag: with tag-name = </testsuite>
that contains all the test results per test file.
[Package tinytest2JUnit version 1.1.2 Index]