runBLCOPTests {BLCOP} | R Documentation |
Uses the RUnit
package to execute a series of unit tests.
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>
## Not run:
runBLCOPTests()
## End(Not run)