unitTestsGMCP | R Documentation |
Runs the R unit (and optional the JUnit) test suite for gMCP and prints the results.
unitTestsGMCP(
extended = FALSE,
java = FALSE,
interactive = FALSE,
junitLibrary,
outputPath
)
extended |
If |
java |
If |
interactive |
If |
junitLibrary |
A character String specifying the path to a JUnit 4 jar file to run the JUnit tests. You can download it from https://junit.org/. Alternatively you can use the environment variable GMCP_JUNIT_LIBRARY to specify the path. |
outputPath |
During the RUnit tests files maybe produced at this location. If missing the current working directory is used if nothing else is specified in the environment variable GMCP_UNIT_TEST_OPATH. Also the log of the results of the test suite is saved in this place. |
The environment variable GMCP_UNIT_TESTS may be used to specify which unit tests should run: "extended", "interactive", "java" or a combination of these separated by comma (without blanks). A short cut for all three is "all".
None of interest so far - the function prints the results to the standard output. (Perhaps in future versions a value will be returned that can be processed by the GUI.)
Kornelius Rohmeyer rohmeyer@small-projects.de
## Not run:
unitTestsGMCP()
unitTestsGMCP(extended=TRUE, java=TRUE, interactive=TRUE, outputPath="~/RUnitTests")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.