show: Show Summary of RTestCollection Instance

Description Usage Arguments Author(s) See Also Examples

Description

Show Summary of RTestCollection Instance

Usage

1
2
## S4 method for signature 'RTestCollection'
show(object)

Arguments

object

(object) The RTestCollection-class object.

Author(s)

Matthias Pfeifer matthias.pfeifer@roche.com

See Also

RTestCollection-class

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
location <- find.package("RTest")

testCollection <- new("RTestCollection",
   project.name    = "RTest Vignette",
   project.details = "Example test exectuion",
   tester          = "Example tester",
   test.start      = format(Sys.time(), "%Y-%m-%d %H:%M:%S"))

show(testCollection)

testCollection <- importTCsFromDir(testCollection,
   xml.dPath = paste0(location,"/xml-templates")
)

# Now one test case shall be imported
show(testCollection)

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