constructTestcaseTag {tinytest2JUnit} | R Documentation |
Construct JUnit </testcase>
tag
Description
Construct JUnit </testcase>
tag based on a single tinytest
result.
Usage
constructTestcaseTag(tinytest)
Arguments
tinytest |
a |
Value
XMLtag
: with tag-name = tinytest
and contains the test result per test.
[Package tinytest2JUnit version 1.1.2 Index]