xmlWriteTestFunction: Write the Test section for a RTestCase

Description Usage Arguments Value Author(s)

View source: R/utils.xmlWrite.R

Description

Write the Test section for a RTestCase

Usage

1
2
3
xmlWriteTestFunction(elemname, testdesc = NA, execresid = NA,
  specid = NA, riskid = NA, params = "", reference = "",
  testspec = "", printXML = TRUE)

Arguments

elemname

(character) The name of the element's root tag

testdesc

(character) The description of the test's root tag

execresid

(character) Executed Risk ID

specid

(character) The Specification ID

riskid

(character) The Risk ID

params

(ANY) The Parameters of the function

reference

(ANY) The Reference tested against

testspec

(ANY) The test specification do calculate

printXML

(logical) Print output or return xml as R object

Value

(character)

Author(s)

Matthias Pfeifer matthias.pfeifer@roche.com


RTest documentation built on Dec. 4, 2019, 5:07 p.m.