EVOLUTION-MANAGER
Edit File: RUnit-intro.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: RUnit - Package Description</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for RUnit {RUnit}"><tr><td>RUnit {RUnit}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>RUnit - Package Description</h2> <h3>Description</h3> <p>This package models the common Unit Test framework for R and provides functionality to track results of test case execution and generate a summary report. It also provides tools for code inspection and thus for test case coverage analysis. The design is inspired by the popular JUnit unit test framework. </p> <p>This package comes with a set of unit tests, serving as a test battery to check correct functioning against new R versions released as well as practical examples for writing test cases (see the ‘<span class="file">inst/unitTests</span>’ subdirectory of the source package, or ‘<span class="file">unitTests</span>’ contained in the binary package version). </p> <h3>Author(s)</h3> <p>Thomas Ko\"nig, Klaus Ju\"nemann & Matthias Burger</p> <h3>References</h3> <p>RUnit - A Unit Test Framework for R. useR! 2004 Vienna</p> <h3>See Also</h3> <p>See <code><a href="runit.html">defineTestSuite</a></code>, <code><a href="runit.html">runTestSuite</a></code> for unit testing or <code><a href="inspect.html">inspect</a></code> and <code><a href="tracker.html">tracker</a></code> for code inspection. </p> <hr /><div style="text-align: center;">[Package <em>RUnit</em> version 0.4.32 <a href="00Index.html">Index</a>]</div> </body></html>