This method returns the requirement traceability matrix (RTM) for all imported test cases.
# S4 method for RTestCollection
getRTM(object, test.TCs = NULL, ...)(object) The RTestCollection-class object.
(character) Vector with the TCs to be executed or NULL if all
all TCs of the collection should be tested.
Additional arguments passed to getRTMInfos.
(data.frame) The RTM as data.frame table object.