Description Usage Arguments Details Value Author(s) Examples
View source: R/runRNMImportTests.R
Executes the package regression tests, and optionally produces one or two html reports. The test suite is run with the RUnit package.
| 1 2 3 | runRNMImportTests(TestPath = system.file(package = "RNMImport", "unittests"),
  ExcludeFolders = NULL, TestResult = NULL, ResultsType = c("html",
  "text"))
 | 
| TestPath | Path of the folder which contains the test scripts. | 
| ExcludeFolders | The folders are not tested. | 
| TestResult | Name of the report file. | 
| ResultsType | 'html' or 'text'. | 
Run the unit tests by RUnit package, and generate a html or text report.
The results of function runTestSuite of RUnit.
Mango Solutions
| 1 2 3 4 5 | ## Not run: 
x <- runRNMImportTests()
summary(x)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.