/usr/share/doc/racket/rackunit/index.html is in racket-doc 6.7-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/><title>RackUnit: Unit Testing</title><link rel="stylesheet" type="text/css" href="../scribble.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-style.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-racket.css" title="default"/><link rel="stylesheet" type="text/css" href="../doc-site.css" title="default"/><script type="text/javascript" src="../scribble-common.js"></script><script type="text/javascript" src="../manual-racket.js"></script><script type="text/javascript" src="../doc-site.js"></script><script type="text/javascript" src="../local-redirect/local-redirect.js"></script><script type="text/javascript" src="../local-redirect/local-user-redirect.js"></script><!--[if IE 6]><style type="text/css">.SIEHidden { overflow: hidden; }</style><![endif]--></head><body id="doc-racket-lang-org"><div class="tocset"><div class="tocview"><div class="tocviewlist tocviewlisttopspace"><div class="tocviewtitle"><table cellspacing="0" cellpadding="0"><tr><td style="width: 1em;"><a href="javascript:void(0);" title="Expand/Collapse" class="tocviewtoggle" onclick="TocviewToggle(this,"tocview_0");">▼</a></td><td></td><td><a href="" class="tocviewselflink" data-pltdoc="x">Rack<span class="mywbr"> </span>Unit:<span class="mywbr"> </span> Unit Testing</a></td></tr></table></div><div class="tocviewsublistonly" style="display: block;" id="tocview_0"><table cellspacing="0" cellpadding="0"><tr><td align="right">1 </td><td><a href="quick-start.html" class="tocviewlink" data-pltdoc="x">Quick Start Guide for Rack<span class="mywbr"> </span>Unit</a></td></tr><tr><td align="right">2 </td><td><a href="philosophy.html" class="tocviewlink" data-pltdoc="x">The Philosophy of Rack<span class="mywbr"> </span>Unit</a></td></tr><tr><td align="right">3 </td><td><a href="api.html" class="tocviewlink" data-pltdoc="x">Rack<span class="mywbr"> </span>Unit API</a></td></tr><tr><td align="right">4 </td><td><a href="Testing_Utilities.html" class="tocviewlink" data-pltdoc="x">Testing Utilities</a></td></tr><tr><td align="right">5 </td><td><a href="internals.html" class="tocviewlink" data-pltdoc="x">Rack<span class="mywbr"> </span>Unit Internals and Extension API</a></td></tr><tr><td align="right">6 </td><td><a href="Release_Notes.html" class="tocviewlink" data-pltdoc="x">Release Notes</a></td></tr><tr><td align="right">7 </td><td><a href="Acknowlegements.html" class="tocviewlink" data-pltdoc="x">Acknowlegements</a></td></tr><tr><td align="right"></td><td><a href="doc-index.html" class="tocviewlink" data-pltdoc="x">Index</a></td></tr></table></div></div></div><div class="tocsub"><div class="tocsubtitle">On this page:</div><table class="tocsublist" cellspacing="0"><tr><td><span class="tocsublinknumber"></span><a href="#%28part._top%29" class="tocsubseclink" data-pltdoc="x">Rack<span class="mywbr"> </span>Unit:<span class="mywbr"> </span> Unit Testing</a></td></tr></table></div></div><div class="maincolumn"><div class="main"><div class="versionbox"><span class="version">6.7</span></div><div class="navsettop"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, "6.7", "../");" onfocus="this.style.color="black"; this.style.textAlign="left"; if (this.value == "...search manuals...") this.value="";" onblur="if (this.value.match(/^ *$/)) { this.style.color="#888"; this.style.textAlign="center"; this.value="...search manuals..."; }"/></form> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.7");">top</a></span><span class="navright"> <span class="nonavigation">← prev</span> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.7");">up</a> <a href="quick-start.html" title="forward to "1 Quick Start Guide for RackUnit"" data-pltdoc="x">next →</a></span> </div><h2 x-source-module="(lib "rackunit/scribblings/rackunit.scrbl")" x-source-pkg="rackunit-doc" x-part-tag=""top""><a name="(part._top)"></a><a name="(part._.Rack.Unit__.Unit_.Testing)"></a>RackUnit: Unit Testing</h2><div class="SAuthorListBox"><span class="SAuthorList"><p class="author">Noel Welsh <<a href="mailto:noelwelsh@gmail.com">noelwelsh@gmail.com</a>><br/>and Ryan Culpepper <<a href="mailto:ryanc@racket-lang.org">ryanc@racket-lang.org</a>></p></span></div><p>RackUnit is a unit-testing framework for Racket. It
is designed to handle the needs of all Racket programmers,
from novices to experts.</p><table cellspacing="0" cellpadding="0"><tr><td><p><span class="hspace"> </span><a href="quick-start.html" class="toptoclink" data-pltdoc="x">1<span class="hspace"> </span>Quick Start Guide for RackUnit</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="philosophy.html" class="toptoclink" data-pltdoc="x">2<span class="hspace"> </span>The Philosophy of RackUnit</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="philosophy.html#%28part._.Historical_.Context%29" class="toclink" data-pltdoc="x">2.1<span class="hspace"> </span>Historical Context</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html" class="toptoclink" data-pltdoc="x">3<span class="hspace"> </span>RackUnit API</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Overview_of_.Rack.Unit%29" class="toclink" data-pltdoc="x">3.1<span class="hspace"> </span>Overview of RackUnit</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Checks%29" class="toclink" data-pltdoc="x">3.2<span class="hspace"> </span>Checks</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Augmenting_.Information_on_.Check_.Failure%29" class="toclink" data-pltdoc="x">3.2.1<span class="hspace"> </span>Augmenting Information on Check Failure</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Custom_.Checks%29" class="toclink" data-pltdoc="x">3.2.2<span class="hspace"> </span>Custom Checks</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Compound_.Testing_.Forms%29" class="toclink" data-pltdoc="x">3.3<span class="hspace"> </span>Compound Testing Forms</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Test_.Cases%29" class="toclink" data-pltdoc="x">3.3.1<span class="hspace"> </span>Test Cases</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Shortcuts_for_.Defining_.Test_.Cases%29" class="toclink" data-pltdoc="x">3.3.1.1<span class="hspace"> </span>Shortcuts for Defining Test Cases</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Test_.Suites%29" class="toclink" data-pltdoc="x">3.3.2<span class="hspace"> </span>Test Suites</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Utilities_for_.Defining_.Test_.Suites%29" class="toclink" data-pltdoc="x">3.3.2.1<span class="hspace"> </span>Utilities for Defining Test Suites</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Test_.Control_.Flow%29" class="toclink" data-pltdoc="x">3.4<span class="hspace"> </span>Test Control Flow</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Miscellaneous_.Utilities%29" class="toclink" data-pltdoc="x">3.5<span class="hspace"> </span>Miscellaneous Utilities</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._ui%29" class="toclink" data-pltdoc="x">3.6<span class="hspace"> </span>User Interfaces</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Textual_.User_.Interface%29" class="toclink" data-pltdoc="x">3.6.1<span class="hspace"> </span>Textual User Interface</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="api.html#%28part._.Graphical_.User_.Interface%29" class="toclink" data-pltdoc="x">3.6.2<span class="hspace"> </span>Graphical User Interface</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Testing_Utilities.html" class="toptoclink" data-pltdoc="x">4<span class="hspace"> </span>Testing Utilities</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Testing_Utilities.html#%28part._.Checking_documentation_completeness%29" class="toclink" data-pltdoc="x">4.1<span class="hspace"> </span>Checking documentation completeness</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Testing_Utilities.html#%28part._.Logging_.Test_.Results%29" class="toclink" data-pltdoc="x">4.2<span class="hspace"> </span>Logging Test Results</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="internals.html" class="toptoclink" data-pltdoc="x">5<span class="hspace"> </span>RackUnit Internals and Extension API</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="internals.html#%28part._.Customizing_.Check_.Evaluation%29" class="toclink" data-pltdoc="x">5.1<span class="hspace"> </span>Customizing Check Evaluation</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="internals.html#%28part._.Customizing_.Test_.Evaluation%29" class="toclink" data-pltdoc="x">5.2<span class="hspace"> </span>Customizing Test Evaluation</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="internals.html#%28part._running%29" class="toclink" data-pltdoc="x">5.3<span class="hspace"> </span>Programmatically Running Tests and Inspecting Results</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="internals.html#%28part._.Result_.Types%29" class="toclink" data-pltdoc="x">5.3.1<span class="hspace"> </span>Result Types</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="internals.html#%28part._.Functions_to_.Run_.Tests%29" class="toclink" data-pltdoc="x">5.3.2<span class="hspace"> </span>Functions to Run Tests</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Release_Notes.html" class="toptoclink" data-pltdoc="x">6<span class="hspace"> </span>Release Notes</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Release_Notes.html#%28part._.Version_3_4%29" class="toclink" data-pltdoc="x">6.1<span class="hspace"> </span>Version 3.4</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Release_Notes.html#%28part._.Version_3%29" class="toclink" data-pltdoc="x">6.2<span class="hspace"> </span>Version 3</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Acknowlegements.html" class="toptoclink" data-pltdoc="x">7<span class="hspace"> </span>Acknowlegements</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="doc-index.html" class="toptoclink" data-pltdoc="x">Index</a></p></td></tr></table><div class="navsetbottom"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, "6.7", "../");" onfocus="this.style.color="black"; this.style.textAlign="left"; if (this.value == "...search manuals...") this.value="";" onblur="if (this.value.match(/^ *$/)) { this.style.color="#888"; this.style.textAlign="center"; this.value="...search manuals..."; }"/></form> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.7");">top</a></span><span class="navright"> <span class="nonavigation">← prev</span> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.7");">up</a> <a href="quick-start.html" title="forward to "1 Quick Start Guide for RackUnit"" data-pltdoc="x">next →</a></span> </div></div></div><div id="contextindicator"> </div></body></html>
|