Description Usage Arguments Value Warning Author(s) Examples
Uses the RUnit
package to execute a series of unit tests.
1 2 | runBLCOPTests(testPath = BLCOPOptions("unitTestPath"), protocolFile = "BLCOPTests.html",
writeProtocol = FALSE)
|
testPath |
Location of the unit tests. |
protocolFile |
Name of the html report file generated by the RUnit function printHTMLProtocol |
writeProtocol |
Logical flag. Should the above html report be produced? |
The summary of an object returned by RUnit's runTestSuite
These unit tests are in need of additional test cases, and should not be regarded as exhaustive in their current state.
Francisco Gochez <fgochez@mango-solutions.com>
1 2 3 4 | ## Not run:
runBLCOPTests()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.