Description Usage Arguments Author(s) See Also Examples
Show Summary of RTestCollection Instance
1 2 | ## S4 method for signature 'RTestCollection'
show(object)
|
object |
( |
Matthias Pfeifer matthias.pfeifer@roche.com
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.