runBLCOPTestSuite {BLCOP}R Documentation

Execute the BLCOP unit tests

Description

Uses the RUnit package to execute a series of unit tests.

Usage

runBLCOPTestSuite(testPath = BLCOPOptions("unitTestPath"))

Arguments

testPath

{Location of the unit tests.}

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: 
    runBLCOPTestSuite()
    
## End(Not run)

[Package BLCOP version 0.2.2 Index]