readXMLInputData: Read Input Data of Test Case for Default XML Definitions

Description Usage Arguments Details Value Author(s) See Also

Description

This functions reads the XML definitions for default RTest objects.

Usage

1
2
## S4 method for signature 'RTestCase'
readXMLInputData(object)

Arguments

object

(object) The RTestCase-class object

Details

Input datasets are contained below the XML element 'input-data' and can be used by any test packages and functions of the respective test case adapter (i.e. by the functions of the objects inheriting the class 'RTestCase'). By default major R data types are predefined under the node and can be read by this method. Thereby, the type of the imported datasets is determined by the XML element names. This method runs through all XML items, parses the item and converts it into the respective R object.
The following element types are supported:

Value

(ANY) If multiple datasets are defined a list will be returned containing all datasets with the same order as in the XML file. Else, if only a single is defined, the dataset itself will be returned.

Author(s)

Matthias Pfeifer matthias.pfeifer@roche.com

See Also

RTestCase-class


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