rktest.runRKTestSuite {rkwardtests} | R Documentation |
Run a single RKWard plugin test suite
rktest.runRKTestSuite(suite, testroot=getwd(), test.id=NULL)
suite |
Character string naming the test suite to run. |
testroot |
Defaults to the working directory. |
test.id |
An optional character string or vector naming one or more tests of a suite to be run (if NULL, all tests are run). |
This function can be called to run a single plugin test suite.
An object of class
RKTestResult-class
.
Thomas Friedrichsmeier thomas.friedrichsmeier@ruhr-uni-bochum.de, Meik Michalke meik.michalke@uni-duesseldorf.de
RKTestSuite-class
,
rktest.makeplugintests
## Not run: result <- rktest.runRKTestSuite() ## End(Not run)