runUnitTests {XLConnect}R Documentation

XLConnect Unit Testing Framework

Description

Runs XLConnect's unit testing suite.

Usage

runUnitTests()

Details

This function runs XLConnect's unit test suite as defined by the unit tests implemented in the unitTests subfolder of the XLConnect library. Text and HTML protocols are produced - the HTML version should be opened automatically once the test suite completed execution.

Note

Running XLConnect's unit test suite requires the RUnit package to be installed.

Author(s)

Martin Studer
Mirai Solutions GmbH http://www.mirai-solutions.com

References

developers:runit
http://rwiki.sciviews.org/doku.php?id=developers:runit
CRAN: RUnit
http://cran.r-project.org/web/packages/RUnit/index.html

Examples

runUnitTests()

[Package XLConnect version 0.2-7 Index]