runBLCOPTests: 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.
Examples
Run this code# NOT RUN {
runBLCOPTests()
# }
Run the code above in your browser using DataLab