importTCsFromDir: Import all Test Cases from XML Files of a Directory

Description Usage Arguments Author(s) See Also

Description

This function imports a test case XML definition and adds it to the test collection.

Usage

1
2
3
## S4 method for signature 'RTestCollection'
importTCsFromDir(object, xml.dPath,
  f.pattern = "\\.xml$", f.igncase = FALSE)

Arguments

object

(object) The RTestCollection-class object

xml.dPath

(character) Path to directory containing the XML files

f.pattern

(character) An optional regular expression to search the input directory. Only file names which match the regular expression will be returned (passed as argument to list.files).

f.igncase

(logical) Should pattern-matching be case-insensitive or nt (passed as argument to list.files).

Author(s)

Matthias Pfeifer matthias.pfeifer@roche.com

See Also

RTestCollection-class


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