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

tinytests2JUnit | tinytests -object with all test results of a specified test file. At least a single test is expected.

id

integer(1) testsuite id.

Details

In case a tinytest2JUnit is provided following additional info can be reported:

Value

XMLtag: with tag-name = ⁠</testsuite>⁠ that contains all the test results per test file.


[Package tinytest2JUnit version 1.1.2 Index]