EVOLUTION-MANAGER
Edit File: testCaseSetUp.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: Definition of RUnit Test Case code files.</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 .setUp {RUnit}"><tr><td>.setUp {RUnit}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Definition of RUnit Test Case code files.</h2> <h3>Description</h3> <p>Either one or both functions have to be provided by the test case author, take precedence over the dummy definitions provided by the RUnit package and are called once for every test case identified. </p> <h3>Usage</h3> <pre> .setUp() .tearDown() </pre> <h3>Details</h3> <p>To be written ... </p> <h3>Value</h3> <p>Functions do not return a value; called for their side effects. </p> <h3>Author(s)</h3> <p>Thomas König, Klaus Jünemann & Matthias Burger</p> <h3>See Also</h3> <p><code><a href="runit.html">runTestFile</a></code>. </p> <hr /><div style="text-align: center;">[Package <em>RUnit</em> version 0.4.32 <a href="00Index.html">Index</a>]</div> </body></html>