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