rktest.setSuiteStandards {rkwardtests} | R Documentation |
Set RKWard plugin test suite standards
rktest.setSuiteStandards(suite, testroot=getwd(), file=TRUE)
suite |
Character string naming the test suite to set standards for. |
testroot |
Path to the test root directory, defaults to the working directory. |
file |
Logical: If |
Use this function after you plugin passed all tests to set the resulting code, output and R messages as the standard that will be compared to during following tests.
The function simply copies the previously created files from the temporary directory to the directory containing the test standards (inside the testroot).
Thomas Friedrichsmeier thomas.friedrichsmeier@ruhr-uni-bochum.de
RKTestSuite-class
,
rktest.makeplugintests
## Not run: rktest.setSuiteStandards("rkward_application_tests.R") ## End(Not run)