runBLCOPTests {BLCOP} | R Documentation |
Execute the BLCOP unit tests
Description
Uses the RUnit
package to execute a series of unit tests.
Usage
runBLCOPTests(testPath = BLCOPOptions("unitTestPath"), protocolFile = "BLCOPTests.html",
writeProtocol = FALSE)
Arguments
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? |
Value
The summary of an object returned by RUnit's runTestSuite
Warning
These unit tests are in need of additional test cases, and should not be regarded as exhaustive in their current state.
Author(s)
Francisco Gochez <fgochez@mango-solutions.com>
Examples
## Not run:
runBLCOPTests()
## End(Not run)
[Package BLCOP version 0.3.3 Index]